HomeSort by relevance Sort by last modified time
    Searched refs:ucol_strcollUTF8 (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/cintltst/
capitst.c 203 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/i18n/unicode/
ucol.h 574 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 459 ucol_strcollUTF8(
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 191 milliseconds