Home
last modified time | relevance | path

Searched refs:ceiY (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java461 CollationElementIterator ceiX, ceiY, ceiZ; in TestJB1401() local
466 ceiY = ((RuleBasedCollator)myCollator).getCollationElementIterator(y); in TestJB1401()
476 ceY = ceiY.next(); in TestJB1401()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationDummyTest.java464 CollationElementIterator ceiX, ceiY, ceiZ; in TestJB1401() local
469 ceiY = ((RuleBasedCollator)myCollator).getCollationElementIterator(y); in TestJB1401()
479 ceY = ceiY.next(); in TestJB1401()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c975 UCollationElements *ceiX, *ceiY, *ceiZ; in TestJB1401() local
980 ceiY = ucol_openElements(myCollator, Y, -1, &status); in TestJB1401()
989 ceY = ucol_next(ceiY, &status); in TestJB1401()
1004 ucol_closeElements(ceiY); in TestJB1401()