Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/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()
/third_party/icu/icu4c/source/test/cintltst/
Dcallcoll.c977 int32_t ceX, ceY, ceZ; in TestJB1401() local
989 ceX = ucol_next(ceiX, &status); in TestJB1401()
996 if (ceX != ceY || ceY != ceZ) { in TestJB1401()
1000 if (ceX == UCOL_NULLORDER) { in TestJB1401()