Searched refs:ucol_strcollUTF8 (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c202 if (ucol_strcollUTF8(coll, srcU8, srcU8Len, tgtU8, tgtU8Len, &err) != expected
2469 if (ucol_strcollUTF8(coll, NULL, 0, NULL, 0, &status) != 0 || U_FAILURE(status)) {
2470 log_err("ERROR : ucol_strcollUTF8 NULL/0 and NULL/0");
2473 ucol_strcollUTF8(coll, NULL, -1, NULL, 0, &status);
2475 log_err("ERROR: ucol_strcollUTF8 NULL/-1 and NULL/0, should return U_ILLEGAL_ARGUMENT_ERROR");
2478 ucol_strcollUTF8(coll, u8asc, u8ascLen, NULL, 10, &status);
2480 log_err("ERROR: ucol_strcollUTF8 u8asc/u8ascLen and NULL/10, should return U_ILLEGAL_ARGUMENT_ERROR");
2484 if (ucol_strcollUTF8(coll, u8asc, -1, NULL, 0, &status) <= 0 || U_FAILURE(status)) {
2485 log_err("ERROR : ucol_strcollUTF8 u8asc/-1 and NULL/0");
2488 if (ucol_strcollUTF8(col
[all...]
H A Dcallcoll.c301 /* 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",
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c205 if (ucol_strcollUTF8(coll, srcU8, srcU8Len, tgtU8, tgtU8Len, &err) != expected
2521 if (ucol_strcollUTF8(coll, NULL, 0, NULL, 0, &status) != 0 || U_FAILURE(status)) {
2522 log_err("ERROR : ucol_strcollUTF8 NULL/0 and NULL/0");
2525 ucol_strcollUTF8(coll, NULL, -1, NULL, 0, &status);
2527 log_err("ERROR: ucol_strcollUTF8 NULL/-1 and NULL/0, should return U_ILLEGAL_ARGUMENT_ERROR");
2530 ucol_strcollUTF8(coll, u8asc, u8ascLen, NULL, 10, &status);
2532 log_err("ERROR: ucol_strcollUTF8 u8asc/u8ascLen and NULL/10, should return U_ILLEGAL_ARGUMENT_ERROR");
2536 if (ucol_strcollUTF8(coll, u8asc, -1, NULL, 0, &status) <= 0 || U_FAILURE(status)) {
2537 log_err("ERROR : ucol_strcollUTF8 u8asc/-1 and NULL/0");
2540 if (ucol_strcollUTF8(col
[all...]
H A Dcallcoll.c301 /* 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",
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h557 ucol_strcollUTF8(
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h573 ucol_strcollUTF8(
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp164 // 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().
/external/icu/icu4c/source/i18n/
H A Ducol.cpp461 ucol_strcollUTF8( function
/external/icu/icu4c/source/common/unicode/
H A Durename.h754 #define ucol_strcollUTF8 U_ICU_ENTRY_POINT_RENAME(ucol_strcollUTF8) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h797 #define ucol_strcollUTF8 U_ICU_ENTRY_POINT_RENAME(ucol_strcollUTF8) macro
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp7964 Note: ucol_strcollUTF8 supports null terminated input. Calculating length of
8593 ucol_strcollUTF8( function

Completed in 3119 milliseconds