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

  /external/icu4c/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 577 iter = ucol_openElements(coll, t1, u_strlen(t1), &status);
944 ceiX = ucol_openElements(myCollator, X, -1, &status);
945 ceiY = ucol_openElements(myCollator, Y, -1, &status);
946 ceiZ = ucol_openElements(myCollator, Z, -1, &status);
    [all...]
capitst.c 541 iter1 = ucol_openElements(col1, teststr, 3, &status);
542 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);
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucoleitr.h 70 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
111 ucol_openElements(const UCollator *coll,
urename.h 612 #define ucol_openElements ucol_openElements_3_2
    [all...]
  /external/icu4c/i18n/unicode/
ucoleitr.h 78 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
119 ucol_openElements(const UCollator *coll,
  /external/icu4c/i18n/
coleitr.cpp 50 m_data_ = ucol_openElements(other.m_data_->iteratordata_.coll, NULL, 0,
309 m_data_ = ucol_openElements(order->ucollator, string, length, &status);
377 m_data_ = ucol_openElements(order->ucollator, buffer, length, &status);
bmsearch.cpp 164 elements = ucol_openElements(coll, target->getBuffer(), target->length(), &status);
ucoleitr.cpp 311 ucol_openElements(const UCollator *coll,
colldata.cpp 52 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
ucol_elm.cpp     [all...]
usearch.cpp 306 coleiter = ucol_openElements(strsrch->collator, pattern->text,
381 coleiter = ucol_openElements(strsrch->collator, pattern->text,
    [all...]
ucol_bld.cpp     [all...]
ucol.cpp     [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 836 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
913 iter = ucol_openElements(gCol, str, strlen, &error);
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 63 UCollationElements* result = ucol_openElements(toCollator(address), source.get(), source.size(), &status);
  /external/icu4c/test/perf/collperf/
collperf.cpp 140 iter = ucol_openElements(col, NULL, 0, &status);
196 iter = ucol_openElements(col, data, -1, &status);
198 iter = ucol_openElements(col, data, count, &status);
  /external/icu4c/tools/dumpce/
dumpce.cpp 371 UCollationElements *iter = ucol_openElements(COLLATOR_, str, strlen,
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 714 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 612 #define ucol_openElements ucol_openElements_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 612 #define ucol_openElements ucol_openElements_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 612 #define ucol_openElements ucol_openElements_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 3126 milliseconds