Home
last modified time | relevance | path

Searched refs:u_strlen (Results 101 - 125 of 250) sorted by relevance

12345678910

/third_party/icu/icu4c/source/test/cintltst/
H A Dcreststn.c476 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 Dcpluralrulestest.c347 assertIntEquals("Length should be as expected", u_strlen(buffer), len); in TestSelectRange()
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp799 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 Dunistr.h50 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 Dunistr.cpp236 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 Dpunycode.cpp393 srcLength=u_strlen(src); in u_strFromPunycode()
H A Dustrenum.cpp310 *resultLength = (int32_t)u_strlen(result); in ucharstrenum_unext()
H A Dushape.cpp781 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 Dunistr.h50 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 Dparse.cpp799 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 Dparse.cpp791 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 Dunistr.h50 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 Dunistr.cpp236 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 Dustrenum.cpp310 *resultLength = (int32_t)u_strlen(result); in ucharstrenum_unext()
/third_party/icu/icu4c/source/samples/uresb/
H A Duresb.c192 int len = u_strlen(string); in quotedString()
/third_party/node/deps/icu-small/source/common/
H A Dustrenum.cpp310 *resultLength = (int32_t)u_strlen(result); in ucharstrenum_unext()
H A Dpunycode.cpp393 srcLength=u_strlen(src); in u_strFromPunycode()
H A Dushape.cpp781 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 Didnaconf.cpp258 if (value.indexOf(C_USESTD3ASCIIRULES, u_strlen(C_USESTD3ASCIIRULES), 0) == -1){ in Test()
H A Dapicoll.cpp1110 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 Duresb.c192 int len = u_strlen(string); in quotedString()
/third_party/icu/icu4c/source/i18n/
H A Dtzgnames.cpp372 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 Dtzgnames.cpp372 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 Duprntf_p.cpp230 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 Dtzgnames.cpp375 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()

Completed in 81 milliseconds

12345678910