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

/external/icu4c/test/cintltst/
H A Dcitertst.c81 UCollationElements *pitr = ucol_openElements(coll, pattern, -1,
83 UCollationElements *titer = ucol_openElements(coll, text, -1,
159 pitr = ucol_openElements(coll, pattern, -1, &status);
160 titer = ucol_openElements(coll, text, -1, &status);
255 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
257 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
268 iter=ucol_openElements(en_us, source, -1, &status);
270 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n",
322 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
324 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.c543 iter1 = ucol_openElements(col1, teststr, 3, &status);
544 iter2 = ucol_openElements(col2, teststr, 3, &status);
1300 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1308 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1316 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
H A Dcmsccoll.c105 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
132 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
1743 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status);
2175 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status);
2178 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status);
2706 iter1 = ucol_openElements(coll, testdata[i], 2, &status);
2712 UCollationElements *iter2 = ucol_openElements(coll,
2770 iter1 = ucol_openElements(coll1, &ch, 1, &status);
2771 iter2 = ucol_openElements(coll2, &ch, 1, &status);
3565 it = ucol_openElements(col
[all...]
/external/webkit/Source/WebCore/icu/unicode/
H A Ducoleitr.h70 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
111 ucol_openElements(const UCollator *coll,
H A Durename.h612 #define ucol_openElements ucol_openElements_3_2 macro
/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);
H A Ducol_elm.cpp1652 UCollationElements *iter = ucol_openElements(tempColl, comp, len, status);
2001 UCollationElements* colEl = ucol_openElements(tempColl, NULL, 0, status);
H A Dusearch.cpp306 coleiter = ucol_openElements(strsrch->collator, pattern->text,
381 coleiter = ucol_openElements(strsrch->collator, pattern->text,
2737 result->textIter = ucol_openElements(collator, text,
H A Ducol_bld.cpp1204 UCollationElements *ucaEl = ucol_openElements(src->UCA, NULL, 0, status);
H A Ducol.cpp6247 UCollationElements *it = ucol_openElements(coll, &ch, 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);
1682 UCollationElements *CEiter = ucol_openElements(gCol, gFileLines[line].name, -1, &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/icu4c/tools/dumpce/
H A Ddumpce.cpp371 UCollationElements *iter = ucol_openElements(COLLATOR_, str, strlen,
1287 UCollationElements* coleiter = ucol_openElements(COLLATOR_,
/external/icu4c/test/intltest/
H A Dssearch.cpp714 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
1115 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h612 #define ucol_openElements ucol_openElements_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h612 #define ucol_openElements ucol_openElements_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h612 #define ucol_openElements ucol_openElements_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h772 #define ucol_openElements U_ICU_ENTRY_POINT_RENAME(ucol_openElements) macro

Completed in 1798 milliseconds