Symbol: wcslen
headers/cpp/std/straits.h
153
{ return wcslen (s); }
headers/posix/wchar.h
113
extern size_t wcslen(const wchar_t *wcs);
src/add-ons/kernel/file_systems/ntfs/libntfs/win32_io.c
992
vol_name_length = wcslen(vol_name);
src/add-ons/media/plugins/ape_reader/MAClib/APETag.cpp
17
m_spFieldNameUTF16.Assign(new str_utf16 [wcslen(pFieldName) + 1], TRUE);
src/add-ons/media/plugins/ape_reader/MAClib/APETag.cpp
18
memcpy(m_spFieldNameUTF16, pFieldName, (wcslen(pFieldName) + 1) * sizeof(str_utf16));
src/add-ons/media/plugins/ape_reader/MAClib/APETag.cpp
385
int nCharacters = (wcslen(spUTF16) + 1);
src/add-ons/media/plugins/ape_reader/MAClib/APETag.cpp
545
if ((pFieldValue == NULL) || (wcslen(pFieldValue) <= 0))
src/add-ons/media/plugins/ape_reader/MAClib/CharacterHelper.cpp
111
int nCharacters = wcslen(pUTF16);
src/add-ons/media/plugins/ape_reader/MAClib/CharacterHelper.cpp
14
const int nCharacters = pUTF16 ? wcslen(pUTF16) : 0;
src/add-ons/media/plugins/ape_reader/MAClib/MACLib.cpp
50
if ((pFilename == NULL) || (wcslen(pFilename) == 0))
src/add-ons/media/plugins/ape_reader/MAClib/MACLib.cpp
62
const str_utf16 * pExtension = &pFilename[wcslen(pFilename)];
src/add-ons/media/plugins/ape_reader/MAClib/WAVInputSource.cpp
38
if ((pSourceName == NULL) || (wcslen(pSourceName) == 0))
src/add-ons/media/plugins/ape_reader/MAClib/WAVInputSource.cpp
45
const char* pExtension = &pSourceName[wcslen(pSourceName)];
src/libs/bsd/vis.c
369
d = dst + wcslen(dst);
src/libs/bsd/vis.c
538
len = wcslen(start);
src/libs/bsd/vis.c
539
maxolen = dlen ? *dlen : (wcslen(start) * MB_LEN_MAX + 1);
src/system/libroot/posix/wchar/wcsdup.c
20
size_t bufferSize = (wcslen(wcs) + 1) * sizeof(wchar_t);
src/system/libroot/posix/wchar/wcslen.c
21
B_DEFINE_WEAK_ALIAS(__wcslen, wcslen);
src/system/libroot/posix/wchar/wcsrchr.c
12
const wchar_t* wcs = wcsIn + wcslen(wcsIn);
src/tests/add-ons/index_server/fulltext_search/SearchWindow.cpp
80
path = new char[wcslen(wPath)*sizeof(wchar_t)];
src/tests/add-ons/index_server/fulltext_search/SearchWindow.cpp
81
wcstombs(path, wPath, wcslen(wPath)*sizeof(wchar_t));
src/tests/system/libroot/posix/tst-fgetws.c
115
for (i = 0; i < wcslen(wcs) + 1; i++)
src/tests/system/libroot/posix/tst-fgetws.c
151
for (i = 0; i < wcslen(wcs) + 1; i++)
src/tests/system/libroot/posix/tst-fgetws.c
83
for (i = 0; i < wcslen(wcs) + 1; i++)
src/tests/system/libroot/posix/tst-swprintf.c
65
if (swprintf(buf, nbuf, L"%.0s", "foo") != 0 || wcslen(buf) != 0) {
src/tests/system/libroot/posix/tst-swprintf.c
71
if (swprintf(buf, nbuf, L"%.0ls", L"foo") != 0 || wcslen(buf) != 0) {
src/tests/system/libroot/posix/wcs_test.cpp
1116
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
1119
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1210
if (wcslen(destination) != 0) {
src/tests/system/libroot/posix/wcs_test.cpp
1213
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1244
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
1247
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1302
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
1305
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1360
if (wcslen(destination) != 2) {
src/tests/system/libroot/posix/wcs_test.cpp
1363
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1508
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
1511
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1605
if (wcslen(destination) != 0) {
src/tests/system/libroot/posix/wcs_test.cpp
1608
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1637
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
1640
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1689
if (wcslen(destination) != 8) {
src/tests/system/libroot/posix/wcs_test.cpp
1692
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1761
if (wcslen(destination) != 10) {
src/tests/system/libroot/posix/wcs_test.cpp
1764
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1844
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
1847
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1872
if (wcslen(destination) != 10) {
src/tests/system/libroot/posix/wcs_test.cpp
1875
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1900
if (wcslen(destination) != 15) {
src/tests/system/libroot/posix/wcs_test.cpp
1903
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1950
if (wcslen(destination) != 32) {
src/tests/system/libroot/posix/wcs_test.cpp
1953
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
1979
if (wcslen(destination) != 0) {
src/tests/system/libroot/posix/wcs_test.cpp
1982
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
2012
if (wcslen(destination) != 2) {
src/tests/system/libroot/posix/wcs_test.cpp
2015
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
2055
if (wcslen(destination) != 3) {
src/tests/system/libroot/posix/wcs_test.cpp
2058
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
2103
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
2106
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
2156
if (wcslen(destination) != 8) {
src/tests/system/libroot/posix/wcs_test.cpp
2159
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
2253
if (wcslen(destination) != 16) {
src/tests/system/libroot/posix/wcs_test.cpp
2256
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
2282
if (wcslen(destination) != 0) {
src/tests/system/libroot/posix/wcs_test.cpp
2285
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
2317
if (wcslen(destination) != 2) {
src/tests/system/libroot/posix/wcs_test.cpp
2320
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
2364
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
2367
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
2889
size_t expected = wcslen(string);
src/tests/system/libroot/posix/wcs_test.cpp
2902
size_t expected = wcslen(string);
src/tests/system/libroot/posix/wcs_test.cpp
2972
size_t expected = wcslen(string);
src/tests/system/libroot/posix/wcs_test.cpp
41
size_t result = wcslen(string);
src/tests/system/libroot/posix/wcs_test.cpp
53
size_t result = wcslen(string);
src/tests/system/libroot/posix/wcs_test.cpp
584
const wchar_t* expected = string + wcslen(string);
src/tests/system/libroot/posix/wcs_test.cpp
623
const wchar_t* expected = string + wcslen(string);
src/tests/system/libroot/posix/wcs_test.cpp
65
size_t result = wcslen(string);
src/tests/system/libroot/posix/wcs_test.cpp
77
size_t result = wcslen(string);
src/tests/system/libroot/posix/wcs_test.cpp
818
if (wcslen(destination) != 0) {
src/tests/system/libroot/posix/wcs_test.cpp
821
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
852
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
855
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
910
if (wcslen(destination) != 4) {
src/tests/system/libroot/posix/wcs_test.cpp
913
wcslen(destination));
src/tests/system/libroot/posix/wcs_test.cpp
968
if (wcslen(destination) != 2) {
src/tests/system/libroot/posix/wcs_test.cpp
971
wcslen(destination));