Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java447 CollationElementIterator ceiX, ceiY, ceiZ; in TestJB1401() local
453 ceiZ = ((RuleBasedCollator)myCollator).getCollationElementIterator(z); in TestJB1401()
463 ceZ = ceiZ.next(); in TestJB1401()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c970 UCollationElements *ceiX, *ceiY, *ceiZ; in TestJB1401() local
976 ceiZ = ucol_openElements(myCollator, Z, -1, &status); in TestJB1401()
985 ceZ = ucol_next(ceiZ, &status); in TestJB1401()
1000 ucol_closeElements(ceiZ); in TestJB1401()