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

  /external/icu/icu4c/source/test/cintltst/
citertst.c 79 UCollationElements *pitr = ucol_openElements(coll, pattern, -1,
81 UCollationElements *titer = ucol_openElements(coll, text, -1,
157 pitr = ucol_openElements(coll, pattern, -1, &status);
158 titer = ucol_openElements(coll, text, -1, &status);
253 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
255 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
266 iter=ucol_openElements(en_us, source, -1, &status);
268 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
320 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
322 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n"
    [all...]
callcoll.c 608 iter = ucol_openElements(coll, t1, u_strlen(t1), &status);
    [all...]
capitst.c 525 iter1 = ucol_openElements(col1, teststr, 3, &status);
526 iter2 = ucol_openElements(col2, teststr, 3, &status);
    [all...]
cmsccoll.c 104 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
131 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
667 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status);
897 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status);
900 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucoleitr.h 72 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
113 ucol_openElements(const UCollator *coll,
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 840 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 151 iter = ucol_openElements(col, NULL, 0, &status);
207 iter = ucol_openElements(col, data, -1, &status);
209 iter = ucol_openElements(col, data, count, &status);
  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 274 ucol_openElements(const UCollator *coll,
usearch.cpp 302 coleiter = ucol_openElements(strsrch->collator, pattern->text,
374 coleiter = ucol_openElements(strsrch->collator, pattern->text,
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 44 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
ssearch.cpp 364 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 178 milliseconds