Searched refs:u_strlen (Results 226 - 250 of 250) sorted by relevance
12345678910
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 1008 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 D | cucdtst.c | 238 for(i=0; i < u_strlen(upper); i++){ in TestUpperLower()
|
H A D | nucnvtst.c | 5483 bytes_needed = ucnv_fromUChars(conv,target,256,src,u_strlen(src),&status); in TestJitterbug1293()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | caltest.cpp | 26 #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 D | dtptngts.cpp | 1323 if (getName.compare(expName, u_strlen(expName)) != 0) { in testGetFieldDisplayNames()
|
H A D | rbbiapts.cpp | 1149 u_memset(testStr, 0x20, u_strlen(testStr)); in TestRefreshInputText()
|
H A D | collationtest.cpp | 1444 int32_t sLength = (length >= 0) ? length : u_strlen(s);
|
H A D | usettest.cpp | 2937 return isUTF16 ? u_strlen((const UChar *)s) : static_cast<int32_t>(strlen((const char *)s)); in slen()
|
H A D | transtst.cpp | 4637 if (len != u_strlen(expectedRule)) { in TestRuleStripping()
|
H A D | regextst.cpp | 5780 uregex_setText(re, sourceString, u_strlen(sourceString), &status); in TestBug13632()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 390 #define u_strlen U_ICU_ENTRY_POINT_RENAME(u_strlen) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 391 #define u_strlen U_ICU_ENTRY_POINT_RENAME(u_strlen) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 384 #define u_strlen U_ICU_ENTRY_POINT_RENAME(u_strlen) macro
|
/third_party/icu/icu4c/source/i18n/ |
H A D | msgfmt.cpp | 1797 if (!buffer.compare(list[i], u_strlen(list[i]))) { in findKeyword()
|
H A D | timezone.cpp | 1198 resultLen = u_strlen(uregion); in getRegion()
|
H A D | tznames_impl.cpp | 516 int32_t length = u_strlen(s); in get()
|
H A D | rbnf.cpp | 1528 int lpStart = lp + u_strlen(gLenientParse); in init()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbnf.cpp | 1528 int lpStart = lp + u_strlen(gLenientParse); in init()
|
H A D | timezone.cpp | 1198 resultLen = u_strlen(uregion); in getRegion()
|
H A D | msgfmt.cpp | 1798 if (!buffer.compare(list[i], u_strlen(list[i]))) { in findKeyword()
|
H A D | tznames_impl.cpp | 516 int32_t length = u_strlen(s); in get()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | msgfmt.cpp | 1795 if (!buffer.compare(list[i], u_strlen(list[i]))) { in findKeyword()
|
H A D | rbnf.cpp | 1528 int lpStart = lp + u_strlen(gLenientParse); in init()
|
H A D | timezone.cpp | 1180 resultLen = u_strlen(uregion); in getRegion()
|
H A D | tznames_impl.cpp | 508 int32_t length = u_strlen(s); in get()
|
Completed in 112 milliseconds
12345678910