Home
last modified time | relevance | path

Searched refs:ucol_openElements (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcitertst.c79 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672()
81 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672()
157 pitr = ucol_openElements(coll, pattern, -1, &status); in TestBug672Normalize()
158 titer = ucol_openElements(coll, text, -1, &status); in TestBug672Normalize()
253 iter=ucol_openElements(en_us, source, u_strlen(source), &status); in TestUnicodeChar()
266 iter=ucol_openElements(en_us, source, -1, &status); in TestUnicodeChar()
320 iter=ucol_openElements(th_th, source, u_strlen(source), &status); in TestNormalizedUnicodeChar()
331 iter=ucol_openElements(th_th, source, -1, &status); in TestNormalizedUnicodeChar()
379 iter = ucol_openElements(coll, source, srclen, &status); in TestNormalization()
384 iter = ucol_openElements(coll, source, srclen, &status); in TestNormalization()
[all …]
Dcallcoll.c611 iter = ucol_openElements(coll, t1, u_strlen(t1), &status); in genericOrderingTestWithResult()
979 ceiX = ucol_openElements(myCollator, X, -1, &status); in TestJB1401()
980 ceiY = ucol_openElements(myCollator, Y, -1, &status); in TestJB1401()
981 ceiZ = ucol_openElements(myCollator, Z, -1, &status); in TestJB1401()
Dcmsccoll.c104 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest()
131 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest()
669 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status); in TestComposeDecompose()
899 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status); in TestCase()
902 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status); in TestCase()
1450 iter1 = ucol_openElements(coll, testdata[i], 2, &status); in TestContraction()
1456 UCollationElements *iter2 = ucol_openElements(coll, in TestContraction()
1515 iter1 = ucol_openElements(coll1, &ch, 1, &status); in TestContraction()
1516 iter2 = ucol_openElements(coll2, &ch, 1, &status); in TestContraction()
2301 it = ucol_openElements(coll, string, 0, &status); in TestBeforePrefixFailure()
Dcapitst.c526 iter1 = ucol_openElements(col1, teststr, 3, &status); in TestRuleBasedColl()
527 iter2 = ucol_openElements(col2, teststr, 3, &status); in TestRuleBasedColl()
1293 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter()
1301 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter()
1309 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter()
/external/icu/libicu/cts_headers/unicode/
Ducoleitr.h117 ucol_openElements(const UCollator *coll,
Durename.h765 #define ucol_openElements U_ICU_ENTRY_POINT_RENAME(ucol_openElements) macro
/external/icu/libandroidicu/include/unicode/
Ducoleitr.h117 ucol_openElements(const UCollator *coll,
Durename.h765 #define ucol_openElements U_ICU_ENTRY_POINT_RENAME(ucol_openElements) macro
/external/icu/icu4c/source/i18n/unicode/
Ducoleitr.h117 ucol_openElements(const UCollator *coll,
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp839 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error); in doForwardIterTest()
916 iter = ucol_openElements(gCol, str, strlen, &error); in doForwardIterTest()
1001 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error); in doBackwardIterTest()
1081 iter = ucol_openElements(gCol, str, strlen, &error); in doBackwardIterTest()
1685 … UCollationElements *CEiter = ucol_openElements(gCol, gFileLines[line].name, -1, &status); in main()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp151 iter = ucol_openElements(col, NULL, 0, &status); in CmdIter()
207 iter = ucol_openElements(col, data, -1, &status); in CmdIterAll()
209 iter = ucol_openElements(col, data, count, &status); in CmdIterAll()
/external/icu/icu4c/source/i18n/
Ducoleitr.cpp274 ucol_openElements(const UCollator *coll, in ucol_openElements() function
Dusearch.cpp302 coleiter = ucol_openElements(strsrch->collator, pattern->text, in initializePatternCETable()
374 coleiter = ucol_openElements(strsrch->collator, pattern->text, in initializePatternPCETable()
2728 result->textIter = ucol_openElements(collator, text, in usearch_openFromCollator()
3047 strsrch->textIter = ucol_openElements(collator, in usearch_setCollator()
3051 strsrch->utilIter = ucol_openElements( in usearch_setCollator()
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp45 … UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); in CEList()
Dssearch.cpp374 … UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); in OrderList()
/external/icu/icu4c/source/common/unicode/
Durename.h765 #define ucol_openElements U_ICU_ENTRY_POINT_RENAME(ucol_openElements) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h765 #define ucol_openElements U_ICU_ENTRY_POINT_RENAME(ucol_openElements) macro