/external/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 76 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672() 78 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672() 154 pitr = ucol_openElements(coll, pattern, -1, &status); in TestBug672Normalize() 155 titer = ucol_openElements(coll, text, -1, &status); in TestBug672Normalize() 250 iter=ucol_openElements(en_us, source, u_strlen(source), &status); in TestUnicodeChar() 263 iter=ucol_openElements(en_us, source, -1, &status); in TestUnicodeChar() 317 iter=ucol_openElements(th_th, source, u_strlen(source), &status); in TestNormalizedUnicodeChar() 328 iter=ucol_openElements(th_th, source, -1, &status); in TestNormalizedUnicodeChar() 376 iter = ucol_openElements(coll, source, srclen, &status); in TestNormalization() 381 iter = ucol_openElements(coll, source, srclen, &status); in TestNormalization() [all …]
|
D | callcoll.c | 606 iter = ucol_openElements(coll, t1, u_strlen(t1), &status); in genericOrderingTestWithResult() 974 ceiX = ucol_openElements(myCollator, X, -1, &status); in TestJB1401() 975 ceiY = ucol_openElements(myCollator, Y, -1, &status); in TestJB1401() 976 ceiZ = ucol_openElements(myCollator, Z, -1, &status); in TestJB1401()
|
D | cmsccoll.c | 105 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest() 132 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest() 668 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status); in TestComposeDecompose() 901 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status); in TestCase() 904 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status); in TestCase() 1452 iter1 = ucol_openElements(coll, testdata[i], 2, &status); in TestContraction() 1458 UCollationElements *iter2 = ucol_openElements(coll, in TestContraction() 1517 iter1 = ucol_openElements(coll1, &ch, 1, &status); in TestContraction() 1518 iter2 = ucol_openElements(coll2, &ch, 1, &status); in TestContraction() 2303 it = ucol_openElements(coll, string, 0, &status); in TestBeforePrefixFailure()
|
D | capitst.c | 523 iter1 = ucol_openElements(col1, teststr, 3, &status); in TestRuleBasedColl() 524 iter2 = ucol_openElements(col2, teststr, 3, &status); in TestRuleBasedColl() 1290 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter() 1298 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter() 1306 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucoleitr.h | 111 ucol_openElements(const UCollator *coll,
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 836 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error); in doForwardIterTest() 913 iter = ucol_openElements(gCol, str, strlen, &error); in doForwardIterTest() 998 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error); in doBackwardIterTest() 1078 iter = ucol_openElements(gCol, str, strlen, &error); in doBackwardIterTest() 1682 … UCollationElements *CEiter = ucol_openElements(gCol, gFileLines[line].name, -1, &status); in main()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 145 iter = ucol_openElements(col, NULL, 0, &status); in CmdIter() 201 iter = ucol_openElements(col, data, -1, &status); in CmdIterAll() 203 iter = ucol_openElements(col, data, count, &status); in CmdIterAll()
|
/external/icu/icu4c/source/i18n/ |
D | ucoleitr.cpp | 272 ucol_openElements(const UCollator *coll, in ucol_openElements() function
|
D | usearch.cpp | 300 coleiter = ucol_openElements(strsrch->collator, pattern->text, in initializePatternCETable() 372 coleiter = ucol_openElements(strsrch->collator, pattern->text, in initializePatternPCETable() 2726 result->textIter = ucol_openElements(collator, text, in usearch_openFromCollator() 3045 strsrch->textIter = ucol_openElements(collator, in usearch_setCollator() 3049 strsrch->utilIter = ucol_openElements( in usearch_setCollator()
|
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 43 … UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); in CEList()
|
D | ssearch.cpp | 363 … UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); in OrderList()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 742 #define ucol_openElements U_ICU_ENTRY_POINT_RENAME(ucol_openElements) macro
|