Searched refs:ucol_openElements (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium/third_party/icu/source/test/cintltst/
H A Dcitertst.c78 UCollationElements *pitr = ucol_openElements(coll, pattern, -1,
80 UCollationElements *titer = ucol_openElements(coll, text, -1,
156 pitr = ucol_openElements(coll, pattern, -1, &status);
157 titer = ucol_openElements(coll, text, -1, &status);
252 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
254 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
265 iter=ucol_openElements(en_us, source, -1, &status);
267 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
319 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
321 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\
[all...]
H A Dcallcoll.c574 iter = ucol_openElements(coll, t1, u_strlen(t1), &status);
941 ceiX = ucol_openElements(myCollator, X, -1, &status);
942 ceiY = ucol_openElements(myCollator, Y, -1, &status);
943 ceiZ = ucol_openElements(myCollator, Z, -1, &status);
H A Dcapitst.c527 iter1 = ucol_openElements(col1, teststr, 3, &status);
528 iter2 = ucol_openElements(col2, teststr, 3, &status);
1252 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1260 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1268 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
H A Dcmsccoll.c103 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
130 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
1706 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status);
2138 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status);
2141 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status);
2669 iter1 = ucol_openElements(coll, testdata[i], 2, &status);
2675 UCollationElements *iter2 = ucol_openElements(coll,
2733 iter1 = ucol_openElements(coll1, &ch, 1, &status);
2734 iter2 = ucol_openElements(coll2, &ch, 1, &status);
3513 it = ucol_openElements(col
[all...]
/external/icu4c/test/cintltst/
H A Dcitertst.c78 UCollationElements *pitr = ucol_openElements(coll, pattern, -1,
80 UCollationElements *titer = ucol_openElements(coll, text, -1,
156 pitr = ucol_openElements(coll, pattern, -1, &status);
157 titer = ucol_openElements(coll, text, -1, &status);
252 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
254 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
265 iter=ucol_openElements(en_us, source, -1, &status);
267 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
319 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
321 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\
[all...]
H A Dcallcoll.c577 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);
H A Dcapitst.c537 iter1 = ucol_openElements(col1, teststr, 3, &status);
538 iter2 = ucol_openElements(col2, teststr, 3, &status);
1230 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1238 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1246 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
H A Dcmsccoll.c103 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
130 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
1710 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status);
2142 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status);
2145 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status);
2673 iter1 = ucol_openElements(coll, testdata[i], 2, &status);
2679 UCollationElements *iter2 = ucol_openElements(coll,
2737 iter1 = ucol_openElements(coll1, &ch, 1, &status);
2738 iter2 = ucol_openElements(coll2, &ch, 1, &status);
3519 it = ucol_openElements(col
[all...]
/external/webkit/WebCore/icu/unicode/
H A Ducoleitr.h70 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
111 ucol_openElements(const UCollator *coll,
/external/chromium/third_party/icu/public/i18n/unicode/
H A Ducoleitr.h78 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
119 ucol_openElements(const UCollator *coll,
/external/icu4c/i18n/unicode/
H A Ducoleitr.h78 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
119 ucol_openElements(const UCollator *coll,
/external/icu4c/i18n/
H A Dcoleitr.cpp50 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);
H A Dbmsearch.cpp164 elements = ucol_openElements(coll, target->getBuffer(), target->length(), &status);
H A Ducoleitr.cpp311 ucol_openElements(const UCollator *coll, function
H A Dcolldata.cpp52 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
/external/chromium/third_party/icu/source/i18n/
H A Dcoleitr.cpp50 m_data_ = ucol_openElements(other.m_data_->iteratordata_.coll, NULL, 0,
311 m_data_ = ucol_openElements(order->ucollator, string, length, &status);
379 m_data_ = ucol_openElements(order->ucollator, buffer, length, &status);
H A Dbmsearch.cpp162 elements = ucol_openElements(coll, target->getBuffer(), target->length(), &status);
H A Ducoleitr.cpp311 ucol_openElements(const UCollator *coll, function
H A Dcolldata.cpp52 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
/external/chromium/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp834 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
911 iter = ucol_openElements(gCol, str, strlen, &error);
996 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
1076 iter = ucol_openElements(gCol, str, strlen, &error);
1674 UCollationElements *CEiter = ucol_openElements(gCol, gFileLines[line].name, -1, &status);
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp836 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
913 iter = ucol_openElements(gCol, str, strlen, &error);
998 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
1078 iter = ucol_openElements(gCol, str, strlen, &error);
1676 UCollationElements *CEiter = ucol_openElements(gCol, gFileLines[line].name, -1, &status);
/external/chromium/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp140 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/test/perf/collperf/
H A Dcollperf.cpp140 iter = ucol_openElements(col, NULL, 0, &status);
196 iter = ucol_openElements(col, data, -1, &status);
198 iter = ucol_openElements(col, data, count, &status);
/external/chromium/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp371 UCollationElements *iter = ucol_openElements(COLLATOR_, str, strlen,
1287 UCollationElements* coleiter = ucol_openElements(COLLATOR_,
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp371 UCollationElements *iter = ucol_openElements(COLLATOR_, str, strlen,
1287 UCollationElements* coleiter = ucol_openElements(COLLATOR_,

Completed in 201 milliseconds

12