HomeSort by relevance Sort by last modified time
    Searched refs:ucol_strcoll (Results 26 - 34 of 34) sorted by null

12

  /external/icu/icu4c/source/test/cintltst/
callcoll.c 283 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
285 log_err("ucol_strcoll with explicit length returned wrong result (%i exp. %i): %s, %s\n",
288 compareResulta = ucol_strcoll(myCollation, source, -1, target, -1);
290 log_err("ucol_strcoll with null terminated strings returned wrong result (%i exp. %i): %s, %s\n",
888 result = ucol_strcoll(myCollator, source, -1, target, -1);
896 result = ucol_strcoll(myCollator, source, -1, target, -1);
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 286 t = ucol_strcoll(gCol, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(Line **)b)->len);
296 t = ucol_strcoll(gCol, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1);
557 r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 758 int result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2);
761 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2);
764 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2);
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 286 t = ucol_strcoll(gCol, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(Line **)b)->len);
296 t = ucol_strcoll(gCol, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1);
557 r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen);
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 52 // Test case taking a single test data array, calling ucol_strcoll by permuting the test data
97 cmp += ucol_strcoll(coll, source->dataOf(i), srcLen, source->dataOf(j), tgtLen);
112 // Test case taking two test data arrays, calling ucol_strcoll for strings at a same index
152 ucol_strcoll(coll, source->dataOf(i), srcLen, target->dataOf(i), tgtLen);
224 // Test case taking two test data arrays, calling ucol_strcoll for strings at a same index
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 752 #define ucol_strcoll macro
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 8465 ucol_strcoll( const UCollator *coll, function
    [all...]
ucol_elm.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 795 #define ucol_strcoll macro
    [all...]

Completed in 312 milliseconds

12