/external/icu/icu4c/source/common/ |
cstring.c | 314 size_t len = uprv_strlen(src) + 1;
|
loadednormalizer2impl.cpp | 247 int32_t keyLength=uprv_strlen(name)+1;
|
udata.cpp | 346 nameLen = (int32_t)uprv_strlen(baseName); 459 basenameLen = (int32_t)uprv_strlen(basename); 522 pathLen = (int32_t)uprv_strlen(currentPath); 528 pathLen = (int32_t)uprv_strlen(currentPath); 563 uprv_strlen(pathBasename)==(basenameLen+4)) { /* base+suffix = full len */ [all...] |
ucnv_bld.cpp | [all...] |
unifiedcache.h | 108 return ustr_hashCharsN(s, uprv_strlen(s));
|
wintz.c | 426 len = uprv_strlen(tmpid);
|
usprep.cpp | 356 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL || 358 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
|
ucnv_io.cpp | 557 if (uprv_strlen(alias) >= UCNV_MAX_CONVERTER_NAME_LENGTH) { 794 *resultLength = (int32_t)uprv_strlen(myStr); [all...] |
ucasemap.cpp | 488 srcLength=(int32_t)uprv_strlen((const char *)src);
|
uts46.cpp | [all...] |
/external/icu/icu4c/source/i18n/ |
digitlst.cpp | 488 U_ASSERT(uprv_strlen(&s[0]) < MAX_DBL_DIGITS+18); 611 U_ASSERT((int32_t)uprv_strlen(buffer) <= maxLength); 726 U_ASSERT(uprv_strlen(str) < sizeof(str)); 831 U_ASSERT(uprv_strlen(rep) < sizeof(rep)); [all...] |
coll.cpp | 826 *resultLength = (int32_t)uprv_strlen(result); 985 StringPiece(left, (leftLength < 0) ? uprv_strlen(left) : leftLength), 986 StringPiece(right, (rightLength < 0) ? uprv_strlen(right) : rightLength),
|
csdetect.cpp | 408 *resultLength = currName == NULL ? 0 : (int32_t)uprv_strlen(currName);
|
tznames.cpp | 160 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1);
|
ucal.cpp | 716 if (!ulist_containsString(values, CAL_TYPES[i], (int32_t)uprv_strlen(CAL_TYPES[i]))) {
|
unum.cpp | 272 length = uprv_strlen(number);
|
/external/icu/icu4c/source/test/cintltst/ |
currtest.c | 252 int32_t length = uprv_strlen(NUMCODE_TESTDATA[i].alphaCode);
|
cldrtest.c | [all...] |
crestst.c | 771 char* fileName = (char*) malloc(uprv_strlen(testdatapath) +10); 865 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){ [all...] |
/external/icu/icu4c/source/test/intltest/ |
ucaconf.cpp | 116 int32_t bufLen = (int32_t)uprv_strlen(buffer);
|
/external/icu/icu4c/source/tools/toolutil/ |
toolutil.cpp | 114 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
|
udbgutil.cpp | 402 int32_t len = uprv_strlen(param->paramStr); 414 int32_t len = uprv_strlen(str); 421 len = uprv_strlen(s);
|
ucbuf.c | 652 dirlen = (int32_t)uprv_strlen(inputDir); 653 filelen = (int32_t)uprv_strlen(fileName);
|
/external/icu/icu4c/source/tools/genrb/ |
reslist.cpp | 360 fFileName = new char[uprv_strlen(fileName)+1]; 939 len = (int32_t)uprv_strlen(outputDir); 953 off += (int32_t)uprv_strlen(outputPkg); 958 len = (int32_t)uprv_strlen(fLocale); [all...] |
/external/icu/icu4c/source/io/ |
ustdio.c | 446 bytesRead = (int32_t)(retStr ? uprv_strlen(charBuffer) : 0);
|