Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java462 int ceX, ceY, ceZ; in TestJB1401() local
475 ceX = ceiX.next(); in TestJB1401()
483 if (ceX != ceY || ceY != ceZ) { in TestJB1401()
487 if (ceX == CollationElementIterator.NULLORDER) { in TestJB1401()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationDummyTest.java465 int ceX, ceY, ceZ; in TestJB1401() local
478 ceX = ceiX.next(); in TestJB1401()
486 if (ceX != ceY || ceY != ceZ) { in TestJB1401()
490 if (ceX == CollationElementIterator.NULLORDER) { in TestJB1401()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c976 int32_t ceX, ceY, ceZ; in TestJB1401() local
988 ceX = ucol_next(ceiX, &status); in TestJB1401()
995 if (ceX != ceY || ceY != ceZ) { in TestJB1401()
999 if (ceX == UCOL_NULLORDER) { in TestJB1401()