Searched refs:ceiZ (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationDummyTest.java | 464 CollationElementIterator ceiX, ceiY, ceiZ; in TestJB1401() local 470 ceiZ = ((RuleBasedCollator)myCollator).getCollationElementIterator(z); in TestJB1401() 480 ceZ = ceiZ.next(); in TestJB1401()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationDummyTest.java | 461 CollationElementIterator ceiX, ceiY, ceiZ; in TestJB1401() local 467 ceiZ = ((RuleBasedCollator)myCollator).getCollationElementIterator(z); in TestJB1401() 477 ceZ = ceiZ.next(); in TestJB1401()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 976 UCollationElements *ceiX, *ceiY, *ceiZ; in TestJB1401() local 982 ceiZ = ucol_openElements(myCollator, Z, -1, &status); in TestJB1401() 991 ceZ = ucol_next(ceiZ, &status); in TestJB1401() 1006 ucol_closeElements(ceiZ); in TestJB1401()
|