/external/icu4c/common/ |
ustrenum.cpp | 292 *resultLength = (int32_t)u_strlen(result);
|
unistr.cpp | 251 textLength = u_strlen(text); 270 // fLength = u_strlen(buff); but do not look beyond buffCapacity 609 srcLength = u_strlen(srcChars + srcStart); 1162 textLength = u_strlen(text); 1191 // buffLength = u_strlen(buff); but do not look beyond buffCapacity [all...] |
uiter.cpp | 220 iter->length=u_strlen(s); 306 * even-aligned, call u_strlen(s) 310 return u_strlen((const UChar *)s);
|
/external/icu4c/i18n/ |
tzgnames.cpp | 373 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) { 378 if (U_SUCCESS(tmpsts) && u_strlen(fallbackRegionPattern) > 0) { 383 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) { 515 name.setTo(locname, u_strlen(locname)); [all...] |
usearch.cpp | [all...] |
/external/icu4c/samples/uresb/ |
uresb.c | 186 int len = u_strlen(string);
|
/external/icu4c/test/cintltst/ |
cstrcase.c | 640 lenMixed=u_strlen(mixed); 641 lenOtherDefault=u_strlen(otherDefault); 642 lenOtherExcludeSpecialI=u_strlen(otherExcludeSpecialI); 643 lenDifferent=u_strlen(different); [all...] |
creststn.c | 452 if (len != u_strlen(uSrc)) { 704 if(u_strlen(str) != strLen || str[strLen]!= 0 ){ [all...] |
utf16tst.c | 672 UChar *str=(UChar*)malloc(sizeof(UChar) * (u_strlen(s)+1)); 694 UTF16_APPEND_CHAR_SAFE(str, offset, (uint16_t)u_strlen(str), test[i+1]); 799 for(i=0; i<u_strlen(uchars); i++){
|
/external/chromium_org/third_party/icu/source/i18n/ |
unum.cpp | 360 int32_t len = (textLength == -1 ? u_strlen(text) : textLength); 765 int32_t len = (newValueLength == -1 ? u_strlen(newValue) : newValueLength); 915 int32_t len = (patternLength == -1 ? u_strlen(pattern) : patternLength);
|
usearch.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
utf16tst.c | 604 UChar *str=(UChar*)malloc(sizeof(UChar) * (u_strlen(s)+1)); 626 UTF16_APPEND_CHAR_SAFE(str, offset, (uint16_t)u_strlen(str), test[i+1]); 731 for(i=0; i<u_strlen(uchars); i++){
|
usrchtst.c | 72 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, 78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, 139 int length = u_strlen(unichars); [all...] |
creststn.c | 452 if (len != u_strlen(uSrc)) { 704 if(u_strlen(str) != strLen || str[strLen]!= 0 ){ [all...] |
cintltst.c | 479 length = u_strlen ( unichars ); 507 length = u_strlen( unichars);
|
crestst.c | 385 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3)); 391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); [all...] |
putiltst.c | 163 charvalue=(char*)malloc(sizeof(char) * (u_strlen(udataDir) + 1)); 165 u_UCharsToChars(udataDir, charvalue, (u_strlen(udataDir)+1));
|
/external/chromium_org/third_party/icu/source/common/ |
uiter.cpp | 217 iter->length=u_strlen(s); 303 * even-aligned, call u_strlen(s) 307 return u_strlen((const UChar *)s);
|
uinvchar.c | 441 localLength=u_strlen(localString); 486 localLength=u_strlen(localString);
|
/external/chromium_org/third_party/icu/source/io/ |
uprntf_p.c | 224 len = u_strlen(s); 258 len = u_strlen(s); 759 len = u_strlen(arg); [all...] |
/external/icu4c/io/ |
uprntf_p.c | 224 len = u_strlen(s); 258 len = u_strlen(s); 759 len = u_strlen(arg); [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucoleitr.h | 78 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaconf.cpp | 320 if (value.indexOf(C_USESTD3ASCIIRULES, u_strlen(C_USESTD3ASCIIRULES), 0) == -1){
|
/external/icu4c/test/intltest/ |
idnaconf.cpp | 320 if (value.indexOf(C_USESTD3ASCIIRULES, u_strlen(C_USESTD3ASCIIRULES), 0) == -1){
|
locnmtst.cpp | 331 UnicodeString exp(ctxtItemPtr->result, u_strlen(ctxtItemPtr->result));
|