/third_party/icu/icu4c/source/test/cintltst/ |
H A D | creststn.c | 476 if (len != u_strlen(uSrc)) { in TestDecodedBundle() 728 if(u_strlen(str) != strLen || str[strLen]!= 0 ){ in TestNewTypes() 824 CONFIRM_INT_EQ(u_strlen(zeroString), 0); in TestEmptyTypes() 839 CONFIRM_INT_EQ(u_strlen(zeroString), 0); in TestEmptyTypes() 1466 } else if(u_strlen(rules) != len){ in TestGetVersionColl() 1770 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4)); in testTag() 1772 CONFIRM_INT_EQ(len, u_strlen(expected_string)); in testTag() 1774 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 1990 if(strncmp(key, "tag", 3) == 0 && u_strncmp(value, base, u_strlen(base)) == 0){ in testTag() 2217 / for(i=0; i<u_strlen(uchar [all...] |
H A D | cpluralrulestest.c | 347 assertIntEquals("Length should be as expected", u_strlen(buffer), len); in TestSelectRange()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | parse.cpp | 799 int32_t length = u_strlen(s); in escape() 1192 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in addCollation() 1440 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in parseCollationElements() 1482 u_UCharsToChars(tokenValue->fChars, typeKeyword, u_strlen(tokenValue->fChars) + 1); in parseCollationElements() 1565 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in realParseTable()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | unistr.h | 50 U_CAPI int32_t U_EXPORT2 u_strlen(const UChar *s); 2038 * by calling `u_strlen()`. 2855 * if newLength==-1, it defaults to u_strlen(buffer) but not more than 3092 * by calling `u_strlen()`. 4340 srcLength = u_strlen(toUCharPtr(srcChars)); in startsWith() 4348 srcLength = u_strlen(toUCharPtr(srcChars)); in startsWith() 4371 srcLength = u_strlen(toUCharPtr(srcChars)); in endsWith() 4382 srcLength = u_strlen(toUCharPtr(srcChars + srcStart)); in endsWith()
|
/third_party/icu/icu4c/source/common/ |
H A D | unistr.cpp | 236 textLength = u_strlen(text); in UnicodeString() 254 // fLength = u_strlen(buff); but do not look beyond buffCapacity in UnicodeString() 696 srcLength = u_strlen(srcChars + srcStart); in doCompare() 1287 textLength = u_strlen(text); in setTo() 1315 // buffLength = u_strlen(buff); but do not look beyond buffCapacity in setTo() 1457 srcLength = u_strlen(srcChars); in doReplace() 1561 if((srcLength = u_strlen(srcChars)) == 0) { in doAppend()
|
H A D | punycode.cpp | 393 srcLength=u_strlen(src); in u_strFromPunycode()
|
H A D | ustrenum.cpp | 310 *resultLength = (int32_t)u_strlen(result); in ucharstrenum_unext()
|
H A D | ushape.cpp | 781 destSize = u_strlen(dest); in handleGeneratedSpaces() 1006 if(u_strlen(tempbuffer) < sourceLength) { in expandCompositCharAtEnd() 1474 sourceLength=u_strlen(source); in u_shapeArabic()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | unistr.h | 50 U_CAPI int32_t U_EXPORT2 u_strlen(const UChar *s); 2038 * by calling `u_strlen()`. 2855 * if newLength==-1, it defaults to u_strlen(buffer) but not more than 3092 * by calling `u_strlen()`. 4368 srcLength = u_strlen(toUCharPtr(srcChars)); in startsWith() 4376 srcLength = u_strlen(toUCharPtr(srcChars)); in startsWith() 4399 srcLength = u_strlen(toUCharPtr(srcChars)); in endsWith() 4409 srcLength = u_strlen(toUCharPtr(srcChars + srcStart)); in endsWith()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | parse.cpp | 799 int32_t length = u_strlen(s); in escape() 1192 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in addCollation() 1440 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in parseCollationElements() 1482 u_UCharsToChars(tokenValue->fChars, typeKeyword, u_strlen(tokenValue->fChars) + 1); in parseCollationElements() 1565 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in realParseTable()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | parse.cpp | 791 int32_t length = u_strlen(s); in escape() 857 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in addCollation() 1092 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in parseCollationElements() 1134 u_UCharsToChars(tokenValue->fChars, typeKeyword, u_strlen(tokenValue->fChars) + 1); in parseCollationElements() 1217 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in realParseTable()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | unistr.h | 50 U_CAPI int32_t U_EXPORT2 u_strlen(const UChar *s); 2038 * by calling `u_strlen()`. 2855 * if newLength==-1, it defaults to u_strlen(buffer) but not more than 3092 * by calling `u_strlen()`. 4340 srcLength = u_strlen(toUCharPtr(srcChars)); in startsWith() 4348 srcLength = u_strlen(toUCharPtr(srcChars)); in startsWith() 4371 srcLength = u_strlen(toUCharPtr(srcChars)); in endsWith() 4382 srcLength = u_strlen(toUCharPtr(srcChars + srcStart)); in endsWith()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unistr.cpp | 236 textLength = u_strlen(text); in UnicodeString() 254 // fLength = u_strlen(buff); but do not look beyond buffCapacity in UnicodeString() 695 srcLength = u_strlen(srcChars + srcStart); in doCompare() 1286 textLength = u_strlen(text); in setTo() 1314 // buffLength = u_strlen(buff); but do not look beyond buffCapacity in setTo() 1456 srcLength = u_strlen(srcChars); in doReplace() 1560 if((srcLength = u_strlen(srcChars)) == 0) { in doAppend()
|
H A D | ustrenum.cpp | 310 *resultLength = (int32_t)u_strlen(result); in ucharstrenum_unext()
|
/third_party/icu/icu4c/source/samples/uresb/ |
H A D | uresb.c | 192 int len = u_strlen(string); in quotedString()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrenum.cpp | 310 *resultLength = (int32_t)u_strlen(result); in ucharstrenum_unext()
|
H A D | punycode.cpp | 393 srcLength=u_strlen(src); in u_strFromPunycode()
|
H A D | ushape.cpp | 781 destSize = u_strlen(dest); in handleGeneratedSpaces() 1006 if(u_strlen(tempbuffer) < sourceLength) { in expandCompositCharAtEnd() 1474 sourceLength=u_strlen(source); in u_shapeArabic()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | idnaconf.cpp | 258 if (value.indexOf(C_USESTD3ASCIIRULES, u_strlen(C_USESTD3ASCIIRULES), 0) == -1){ in Test()
|
H A D | apicoll.cpp | 1110 col->getCollationKey(test1, u_strlen(test1), key1, status); in TestSortKey() 1113 col->getCollationKey(test2, u_strlen(test2), key2, status); in TestSortKey() 1116 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey() 1179 col->getCollationKey(test1, u_strlen(test1), key1, status); in TestSortKey() 1180 col->getCollationKey(test2, u_strlen(test2), key2, status); in TestSortKey() 1181 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey()
|
/third_party/skia/third_party/externals/icu/source/samples/uresb/ |
H A D | uresb.c | 192 int len = u_strlen(string); in quotedString()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.cpp | 372 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) { in initialize() 377 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) { in initialize() 500 name.setTo(locname, u_strlen(locname)); in getGenericLocationName()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzgnames.cpp | 372 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) { in initialize() 377 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) { in initialize() 500 name.setTo(locname, u_strlen(locname)); in getGenericLocationName()
|
/third_party/icu/icu4c/source/io/ |
H A D | uprntf_p.cpp | 230 len = u_strlen(s); in u_printf_string_handler() 265 len = u_strlen(s); in u_printf_char_handler() 770 len = u_strlen(arg); in u_printf_ustring_handler()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzgnames.cpp | 375 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) { in initialize() 380 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) { in initialize() 503 name.setTo(locname, u_strlen(locname)); in getGenericLocationName()
|