Home
last modified time | relevance | path

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

12345678910

/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c1008 int32_t srcSize = u_strlen(logicalOrder[i]); in testReorderArabicMathSymbols()
1863 srcSize=u_strlen(src); in testMultipleParagraphs()
2039 srcSize=u_strlen(src); in testMultipleParagraphs()
2061 srcSize=u_strlen(src); in testMultipleParagraphs()
2492 if(U_FAILURE(errorCode) || length!=u_strlen(source) || memcmp(dest, an2en, length*U_SIZEOF_UCHAR)!=0) { in doArabicShapingTest()
H A Dcucdtst.c238 for(i=0; i < u_strlen(upper); i++){ in TestUpperLower()
H A Dnucnvtst.c5483 bytes_needed = ucnv_fromUChars(conv,target,256,src,u_strlen(src),&status); in TestJitterbug1293()
/third_party/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp26 #define mkcstr(U) u_austrcpy(calloc(8, u_strlen(U) + 1), U)
2260 udat_applyPattern(df.getAlias(), false, upattern, u_strlen(upattern)); in Test3785()
H A Ddtptngts.cpp1323 if (getName.compare(expName, u_strlen(expName)) != 0) { in testGetFieldDisplayNames()
H A Drbbiapts.cpp1149 u_memset(testStr, 0x20, u_strlen(testStr)); in TestRefreshInputText()
H A Dcollationtest.cpp1444 int32_t sLength = (length >= 0) ? length : u_strlen(s);
H A Dusettest.cpp2937 return isUTF16 ? u_strlen((const UChar *)s) : static_cast<int32_t>(strlen((const char *)s)); in slen()
H A Dtranstst.cpp4637 if (len != u_strlen(expectedRule)) { in TestRuleStripping()
H A Dregextst.cpp5780 uregex_setText(re, sourceString, u_strlen(sourceString), &status); in TestBug13632()
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h390 #define u_strlen U_ICU_ENTRY_POINT_RENAME(u_strlen) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h391 #define u_strlen U_ICU_ENTRY_POINT_RENAME(u_strlen) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h384 #define u_strlen U_ICU_ENTRY_POINT_RENAME(u_strlen) macro
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp1797 if (!buffer.compare(list[i], u_strlen(list[i]))) { in findKeyword()
H A Dtimezone.cpp1198 resultLen = u_strlen(uregion); in getRegion()
H A Dtznames_impl.cpp516 int32_t length = u_strlen(s); in get()
H A Drbnf.cpp1528 int lpStart = lp + u_strlen(gLenientParse); in init()
/third_party/node/deps/icu-small/source/i18n/
H A Drbnf.cpp1528 int lpStart = lp + u_strlen(gLenientParse); in init()
H A Dtimezone.cpp1198 resultLen = u_strlen(uregion); in getRegion()
H A Dmsgfmt.cpp1798 if (!buffer.compare(list[i], u_strlen(list[i]))) { in findKeyword()
H A Dtznames_impl.cpp516 int32_t length = u_strlen(s); in get()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp1795 if (!buffer.compare(list[i], u_strlen(list[i]))) { in findKeyword()
H A Drbnf.cpp1528 int lpStart = lp + u_strlen(gLenientParse); in init()
H A Dtimezone.cpp1180 resultLen = u_strlen(uregion); in getRegion()
H A Dtznames_impl.cpp508 int32_t length = u_strlen(s); in get()

Completed in 112 milliseconds

12345678910