Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java448 int ceX, ceY, ceZ; in TestJB1401() local
461 ceX = ceiX.next(); in TestJB1401()
469 if (ceX != ceY || ceY != ceZ) { in TestJB1401()
473 if (ceX == CollationElementIterator.NULLORDER) { in TestJB1401()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c971 int32_t ceX, ceY, ceZ; in TestJB1401() local
983 ceX = ucol_next(ceiX, &status); in TestJB1401()
990 if (ceX != ceY || ceY != ceZ) { in TestJB1401()
994 if (ceX == UCOL_NULLORDER) { in TestJB1401()