/external/chromium_org/third_party/icu/source/test/cintltst/ |
capitst.c | 202 if (ucol_strcollUTF8(coll, srcU8, srcU8Len, tgtU8, tgtU8Len, &err) != expected [all...] |
callcoll.c | 301 /* convert the strings to UTF-8 and do try comparing with char iterator and ucol_strcollUTF8 */ 313 /* ucol_strcollUTF8 */ 314 compareResulta = ucol_strcollUTF8(myCollation, utf8Source, utf8SourceLen, utf8Target, utf8TargetLen, &status); 316 log_err("Error in ucol_strcollUTF8 with explicit length\n"); 319 log_err("ucol_strcollUTF8 with explicit length returned wrong result (%i exp. %i): %s, %s\n", 322 compareResulta = ucol_strcollUTF8(myCollation, utf8Source, -1, utf8Target, -1, &status); 324 log_err("Error in ucol_strcollUTF8 with null terminated strings\n"); 327 log_err("ucol_strcollUTF8 with null terminated strings returned wrong result (%i exp. %i): %s, %s\n", [all...] |
/external/icu/icu4c/source/test/cintltst/ |
capitst.c | 205 if (ucol_strcollUTF8(coll, srcU8, srcU8Len, tgtU8, tgtU8Len, &err) != expected [all...] |
callcoll.c | 301 /* convert the strings to UTF-8 and do try comparing with char iterator and ucol_strcollUTF8 */ 313 /* ucol_strcollUTF8 */ 314 compareResulta = ucol_strcollUTF8(myCollation, utf8Source, utf8SourceLen, utf8Target, utf8TargetLen, &status); 316 log_err("Error in ucol_strcollUTF8 with explicit length\n"); 319 log_err("ucol_strcollUTF8 with explicit length returned wrong result (%i exp. %i): %s, %s\n", 322 compareResulta = ucol_strcollUTF8(myCollation, utf8Source, -1, utf8Target, -1, &status); 324 log_err("Error in ucol_strcollUTF8 with null terminated strings\n"); 327 log_err("ucol_strcollUTF8 with null terminated strings returned wrong result (%i exp. %i): %s, %s\n", [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucol.h | 557 ucol_strcollUTF8( [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucol.h | 573 ucol_strcollUTF8( [all...] |
/external/icu/icu4c/source/test/perf/collperf2/ |
collperf2.cpp | 164 // Test case taking a single test data array, calling ucol_strcollUTF8 by permuting the test data 209 cmp += ucol_strcollUTF8(coll, source->dataOf(i), srcLen, source->dataOf(j), tgtLen, status); 264 ucol_strcollUTF8(coll, source->dataOf(i), srcLen, target->dataOf(i), tgtLen, status); 859 return ucol_strcollUTF8(cc.ucoll, 926 // Test case sorting an array of UTF-8 StringPiece's with ucol_strcollUTF8(). 1013 // with ucol_strcollUTF8(). [all...] |
/external/icu/icu4c/source/i18n/ |
ucol.cpp | 461 ucol_strcollUTF8(
|
/external/icu/icu4c/source/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | [all...] |