Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java461 CollationElementIterator ceiX, ceiY, ceiZ; in TestJB1401() local
467 ceiZ = ((RuleBasedCollator)myCollator).getCollationElementIterator(z); in TestJB1401()
477 ceZ = ceiZ.next(); in TestJB1401()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationDummyTest.java464 CollationElementIterator ceiX, ceiY, ceiZ; in TestJB1401() local
470 ceiZ = ((RuleBasedCollator)myCollator).getCollationElementIterator(z); in TestJB1401()
480 ceZ = ceiZ.next(); in TestJB1401()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c975 UCollationElements *ceiX, *ceiY, *ceiZ; in TestJB1401() local
981 ceiZ = ucol_openElements(myCollator, Z, -1, &status); in TestJB1401()
990 ceZ = ucol_next(ceiZ, &status); in TestJB1401()
1005 ucol_closeElements(ceiZ); in TestJB1401()