Searched refs:wcslen (Results 1 – 20 of 20) sorted by relevance
/haiku/src/tests/system/libroot/posix/ |
H A D | wcs_test.cpp | 41 size_t result = wcslen(string); in test_wcslen() 53 size_t result = wcslen(string); in test_wcslen() 65 size_t result = wcslen(string); in test_wcslen() 77 size_t result = wcslen(string); in test_wcslen() 584 const wchar_t* expected = string + wcslen(string); in test_wcschr() 623 const wchar_t* expected = string + wcslen(string); in test_wcschr() 818 if (wcslen(destination) != 0) { in test_wcscpy() 821 wcslen(destination)); in test_wcscpy() 852 if (wcslen(destination) != 4) { in test_wcscpy() 855 wcslen(destination)); in test_wcscpy() [all …]
|
H A D | tst-fgetws.c | 83 for (i = 0; i < wcslen(wcs) + 1; i++) in main() 115 for (i = 0; i < wcslen(wcs) + 1; i++) in main() 151 for (i = 0; i < wcslen(wcs) + 1; i++) in main()
|
H A D | tst-swprintf.c | 65 if (swprintf(buf, nbuf, L"%.0s", "foo") != 0 || wcslen(buf) != 0) { in main() 71 if (swprintf(buf, nbuf, L"%.0ls", L"foo") != 0 || wcslen(buf) != 0) { in main()
|
/haiku/src/tests/add-ons/index_server/fulltext_search/ |
H A D | SearchWindow.cpp | 80 path = new char[wcslen(wPath)*sizeof(wchar_t)]; in _Search() 81 wcstombs(path, wPath, wcslen(wPath)*sizeof(wchar_t)); in _Search()
|
/haiku/src/system/libroot/posix/wchar/ |
H A D | wcslen.c | 21 B_DEFINE_WEAK_ALIAS(__wcslen, wcslen);
|
H A D | wcsrchr.c | 12 const wchar_t* wcs = wcsIn + wcslen(wcsIn); in __wcsrchr()
|
H A D | wcsdup.c | 20 size_t bufferSize = (wcslen(wcs) + 1) * sizeof(wchar_t); in __wcsdup()
|
H A D | Jamfile | 37 wcslen.c
|
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/ |
H A D | CharacterHelper.cpp | 14 const int nCharacters = pUTF16 ? wcslen(pUTF16) : 0; in GetANSIFromUTF16() 111 int nCharacters = wcslen(pUTF16); in GetUTF8FromUTF16()
|
H A D | MACLib.cpp | 50 if ((pFilename == NULL) || (wcslen(pFilename) == 0)) in CreateIAPEDecompress() 62 const str_utf16 * pExtension = &pFilename[wcslen(pFilename)]; in CreateIAPEDecompress()
|
H A D | NoWindows.h | 53 #define wcslen strlen macro
|
H A D | WAVInputSource.cpp | 38 if ((pSourceName == NULL) || (wcslen(pSourceName) == 0)) in CreateInputSource() 45 const char* pExtension = &pSourceName[wcslen(pSourceName)]; in CreateInputSource()
|
H A D | APETag.cpp | 17 m_spFieldNameUTF16.Assign(new str_utf16 [wcslen(pFieldName) + 1], TRUE); in CAPETagField() 18 memcpy(m_spFieldNameUTF16, pFieldName, (wcslen(pFieldName) + 1) * sizeof(str_utf16)); in CAPETagField() 385 int nCharacters = (wcslen(spUTF16) + 1); in GetFieldString() 545 if ((pFieldValue == NULL) || (wcslen(pFieldValue) <= 0)) in SetFieldString()
|
/haiku/src/system/libroot/posix/glibc/wcsmbs/ |
H A D | Versions | 11 wcscpy; wcscspn; wcsdup; wcslen; wcsncat; wcsncmp;
|
/haiku/src/libs/bsd/ |
H A D | vis.c | 369 d = dst + wcslen(dst); in makeextralist() 538 len = wcslen(start); in istrsenvisx() 539 maxolen = dlen ? *dlen : (wcslen(start) * MB_LEN_MAX + 1); in istrsenvisx()
|
/haiku/headers/cpp/std/ |
H A D | straits.h | 153 { return wcslen (s); }
|
/haiku/headers/posix/ |
H A D | wchar.h | 113 extern size_t wcslen(const wchar_t *wcs);
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 2676 void wcslen() {} in wcslen() function
|
H A D | libroot_stubs.c | 2696 void wcslen() {} in wcslen() function
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | win32_io.c | 992 vol_name_length = wcslen(vol_name); in ntfs_device_win32_open_volume_for_partition()
|