/external/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 88 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672() 164 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672Normalize() 588 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) { in TestOffset() 645 while (ucol_next(iter, &status) != UCOL_NULLORDER && in TestOffset() 731 c = ucol_next(iter2, &status); in TestSetText() 745 c = ucol_next(iter2, &status); in TestSetText() 916 c1 = ucol_next(i1, &status); in assertEqual() 917 c2 = ucol_next(i2, &status); in assertEqual() 993 ucol_next(testiter, &status); in TestSmallBuffer() 994 ucol_next(testiter, &status); in TestSmallBuffer() [all …]
|
D | callcoll.c | 483 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER) in getOrders() 577 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) { in backAndForth() 983 ceX = ucol_next(ceiX, &status); in TestJB1401() 984 ceY = ucol_next(ceiY, &status); in TestJB1401() 985 ceZ = ucol_next(ceiZ, &status); in TestJB1401()
|
D | capitst.c | 519 uint32_t ce = ucol_next(iter1, &status); in TestRuleBasedColl() 520 uint32_t ce2 = ucol_next(iter2, &status); in TestRuleBasedColl() 1310 order1 = ucol_next(iterator1, &status); in TestElemIter() 1317 order2 = ucol_next(iterator2, &status); in TestElemIter() 1322 order3 = ucol_next(iterator3, &status); in TestElemIter() 1334 order1=ucol_next(iterator1, &status); in TestElemIter() 1339 order3=ucol_next(iterator3, &status); in TestElemIter() 1347 order1=ucol_next(iterator1, &status); in TestElemIter() 1352 order3=ucol_next(iterator3, &status); in TestElemIter()
|
D | cmsccoll.c | 1462 ce = ucol_next(iter2, &status); in TestContraction() 1464 if ((uint32_t)ucol_next(iter1, &status) != ce) { in TestContraction() 1468 ce = ucol_next(iter2, &status); in TestContraction() 1473 if (ucol_next(iter1, &status) != UCOL_NULLORDER) { in TestContraction() 1519 ce = ucol_next(iter1, &status); in TestContraction() 1525 uint32_t ce2 = (uint32_t)ucol_next(iter2, &status); in TestContraction() 1532 ce = ucol_next(iter1, &status); in TestContraction() 1538 if (ucol_next(iter2, &status) != UCOL_NULLORDER) { in TestContraction() 2306 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) { in TestBeforePrefixFailure()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | citertst.c | 93 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672() 169 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672Normalize() 593 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) { in TestOffset() 650 while (ucol_next(iter, &status) != UCOL_NULLORDER && in TestOffset() 736 c = ucol_next(iter2, &status); in TestSetText() 750 c = ucol_next(iter2, &status); in TestSetText() 772 if (ucol_next(iter2, &status) != UCOL_NULLORDER) { in TestSetText() 925 c1 = ucol_next(i1, &status); in assertEqual() 926 c2 = ucol_next(i2, &status); in assertEqual() 1002 ucol_next(testiter, &status); in TestSmallBuffer() [all …]
|
D | callcoll.c | 454 while ((order=ucol_next(iter, &status)) != UCOL_NULLORDER) in getOrders() 548 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) { in backAndForth() 953 ceX = ucol_next(ceiX, &status); in TestJB1401() 954 ceY = ucol_next(ceiY, &status); in TestJB1401() 955 ceZ = ucol_next(ceiZ, &status); in TestJB1401()
|
D | capitst.c | 535 uint32_t ce = ucol_next(iter1, &status); in TestRuleBasedColl() 536 uint32_t ce2 = ucol_next(iter2, &status); in TestRuleBasedColl() 1257 order1 = ucol_next(iterator1, &status); in TestElemIter() 1264 order2 = ucol_next(iterator2, &status); in TestElemIter() 1269 order3 = ucol_next(iterator3, &status); in TestElemIter() 1281 order1=ucol_next(iterator1, &status); in TestElemIter() 1286 order3=ucol_next(iterator3, &status); in TestElemIter() 1294 order1=ucol_next(iterator1, &status); in TestElemIter() 1299 order3=ucol_next(iterator3, &status); in TestElemIter()
|
D | cmsccoll.c | 2720 ce = ucol_next(iter2, &status); in TestContraction() 2722 if ((uint32_t)ucol_next(iter1, &status) != ce) { in TestContraction() 2726 ce = ucol_next(iter2, &status); in TestContraction() 2731 if (ucol_next(iter1, &status) != UCOL_NULLORDER) { in TestContraction() 2776 ce = ucol_next(iter1, &status); in TestContraction() 2782 if (ce != (uint32_t)ucol_next(iter2, &status)) { in TestContraction() 2786 ce = ucol_next(iter1, &status); in TestContraction() 2792 if (ucol_next(iter2, &status) != UCOL_NULLORDER) { in TestContraction() 3572 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) { in TestBeforePrefixFailure()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucoleitr.h | 158 ucol_next(UCollationElements *elems, UErrorCode *status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | usearch.cpp | 331 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER && in initializePatternCETable() 645 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in isBreakUnit() 654 int32_t nextce = ucol_next(coleiter, &status); in isBreakUnit() 657 nextce = ucol_next(coleiter, &status); in isBreakUnit() 893 ce = ucol_next(coleiter, status); in checkExtraMatchAccents() 941 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch() 949 ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch() 1025 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) { in hasAccentsAfterMatch() 1032 if (getCE(strsrch, ucol_next(coleiter, &status)) in hasAccentsAfterMatch() 1043 ce = ucol_next(coleiter, &status); in hasAccentsAfterMatch() [all …]
|
D | ucol_elm.cpp | 1654 while((ce = ucol_next(iter, status)) != UCOL_NULLORDER) { in _enumCategoryRangeClosureCategory() 1659 while((ce = ucol_next(iter, status)) != UCOL_NULLORDER) { in _enumCategoryRangeClosureCategory() 1683 … while((el.CEs[el.noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) { in _enumCategoryRangeClosureCategory() 1768 while((el->CEs[el->noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) { in uprv_uca_addFCD4AccentedContractions() 1829 … while((el->CEs[el->noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) { in uprv_uca_addMultiCMContractions() 1928 … while((element.CEs[element.noOfCEs] = ucol_next(colEl, status)) != (uint32_t)UCOL_NULLORDER) { in uprv_uca_addTailCanonicalClosures()
|
D | coleitr.cpp | 77 return ucol_next(m_data_, &status); in next()
|
D | ucol_bld.cpp | 1272 while ((int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status)) in ucol_assembleTailoringTable() 1284 … (int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status)) != UCOL_NULLORDER) { in ucol_assembleTailoringTable() 1289 … while ((int32_t)(el.CEs[el.noOfCEs] = ucol_next(ucaEl, status)) != UCOL_NULLORDER) { in ucol_assembleTailoringTable()
|
D | ucoleitr.cpp | 404 ucol_next(UCollationElements *elems, in ucol_next() function
|
D | bmsearch.cpp | 192 order = ucol_next(elements, &status); in nextCE()
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 320 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER && in initializePatternCETable() 632 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in isBreakUnit() 641 int32_t nextce = ucol_next(coleiter, &status); in isBreakUnit() 644 nextce = ucol_next(coleiter, &status); in isBreakUnit() 880 ce = ucol_next(coleiter, status); in checkExtraMatchAccents() 928 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch() 936 ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch() 1012 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) { in hasAccentsAfterMatch() 1019 if (getCE(strsrch, ucol_next(coleiter, &status)) in hasAccentsAfterMatch() 1030 ce = ucol_next(coleiter, &status); in hasAccentsAfterMatch() [all …]
|
D | ucoleitr.cpp | 306 ucol_next(UCollationElements *elems, in ucol_next() function
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | ucoleitr.h | 180 ucol_next(UCollationElements *elems, UErrorCode *status);
|
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
D | dumpce.cpp | 187 uint32_t ce = ucol_next(iter, &error); in serialize() 208 ce = ucol_next(iter, &error); in serialize() 1224 int32_t ce = ucol_next(coleiter, &error); in hasExpansions() 1237 ce = ucol_next(coleiter, &error); in hasExpansions()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; in icu_forward_null() 168 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; in icu_forward_len() 224 if (ucol_next(iter, status) == UCOL_NULLORDER) { in icu_forward_all()
|
/external/chromium_org/third_party/icu/source/test/perf/collperf/ |
D | collperf.cpp | 158 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; in icu_forward_null() 163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++; in icu_forward_len() 219 if (ucol_next(iter, status) == UCOL_NULLORDER) { in icu_forward_all()
|
/external/chromium_org/third_party/icu/patches/ |
D | search_collation.patch | 306 + element = ucol_next(uce, &status); 308 + log_err("error, locale %s, ucol_next returned element 0\n", tsceItemPtr->l… 312 + log_err("error, locale %s, expected ucol_next -> ucol_getOffset %d, go… 319 + log_err("error, locale %s, ucol_next returned more elements than expected\… 323 + log_err("error, locale %s, ucol_next returned fewer elements than expected\n",…
|
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
D | collperf.cpp | 847 while (ucol_next(iter, &error) != UCOL_NULLORDER) { in doForwardIterTest() 926 if (ucol_next(iter, &error) == UCOL_NULLORDER) { in doForwardIterTest() 1680 ce = ucol_next(CEiter, &status); in main()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 847 while (ucol_next(iter, &error) != UCOL_NULLORDER) { in doForwardIterTest() 926 if (ucol_next(iter, &error) == UCOL_NULLORDER) { in doForwardIterTest() 1686 ce = ucol_next(CEiter, &status); in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 73 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) { in CEList()
|