Searched refs:ceiX (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 468 ceiX = ((RuleBasedCollator)myCollator).getCollationElementIterator(x); in TestJB1401() 478 ceX = ceiX.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 465 ceiX = ((RuleBasedCollator)myCollator).getCollationElementIterator(x); in TestJB1401() 475 ceX = ceiX.next(); in TestJB1401()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 976 UCollationElements *ceiX, *ceiY, *ceiZ; in TestJB1401() local 980 ceiX = ucol_openElements(myCollator, X, -1, &status); in TestJB1401() 989 ceX = ucol_next(ceiX, &status); in TestJB1401() 1004 ucol_closeElements(ceiX); in TestJB1401()
|