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 76 UCollationElements *pitr = ucol_openElements(coll, pattern, -1,
78 UCollationElements *titer = ucol_openElements(coll, text, -1,
154 pitr = ucol_openElements(coll, pattern, -1, &status);
155 titer = ucol_openElements(coll, text, -1, &status);
250 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
252 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
263 iter=ucol_openElements(en_us, source, -1, &status);
265 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
317 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
319 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n"
    [all...]
callcoll.c 606 iter = ucol_openElements(coll, t1, u_strlen(t1), &status);
    [all...]
capitst.c 523 iter1 = ucol_openElements(col1, teststr, 3, &status);
524 iter2 = ucol_openElements(col2, teststr, 3, &status);
    [all...]
cmsccoll.c 105 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
132 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
668 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status);
901 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status);
904 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucoleitr.h 70 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
111 ucol_openElements(const UCollator *coll,
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 836 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
913 iter = ucol_openElements(gCol, str, strlen, &error);
    [all...]
  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 272 ucol_openElements(const UCollator *coll,
usearch.cpp 300 coleiter = ucol_openElements(strsrch->collator, pattern->text,
372 coleiter = ucol_openElements(strsrch->collator, pattern->text,
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 145 iter = ucol_openElements(col, NULL, 0, &status);
201 iter = ucol_openElements(col, data, -1, &status);
203 iter = ucol_openElements(col, data, count, &status);
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 43 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
ssearch.cpp 363 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 223 milliseconds