Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java447 CollationElementIterator ceiX, ceiY, ceiZ; in TestJB1401() local
452 ceiY = ((RuleBasedCollator)myCollator).getCollationElementIterator(y); in TestJB1401()
462 ceY = ceiY.next(); in TestJB1401()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c970 UCollationElements *ceiX, *ceiY, *ceiZ; in TestJB1401() local
975 ceiY = ucol_openElements(myCollator, Y, -1, &status); in TestJB1401()
984 ceY = ucol_next(ceiY, &status); in TestJB1401()
999 ucol_closeElements(ceiY); in TestJB1401()