Home
last modified time | relevance | path

Searched refs:ceiX (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
451 ceiX = ((RuleBasedCollator)myCollator).getCollationElementIterator(x); in TestJB1401()
461 ceX = ceiX.next(); in TestJB1401()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c970 UCollationElements *ceiX, *ceiY, *ceiZ; in TestJB1401() local
974 ceiX = ucol_openElements(myCollator, X, -1, &status); in TestJB1401()
983 ceX = ucol_next(ceiX, &status); in TestJB1401()
998 ucol_closeElements(ceiX); in TestJB1401()