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

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

Completed in 128 milliseconds