Searched refs:ceiX (Results 1 – 2 of 2) sorted by relevance
447 CollationElementIterator ceiX, ceiY, ceiZ; in TestJB1401() local451 ceiX = ((RuleBasedCollator)myCollator).getCollationElementIterator(x); in TestJB1401()461 ceX = ceiX.next(); in TestJB1401()
970 UCollationElements *ceiX, *ceiY, *ceiZ; in TestJB1401() local974 ceiX = ucol_openElements(myCollator, X, -1, &status); in TestJB1401()983 ceX = ucol_next(ceiX, &status); in TestJB1401()998 ucol_closeElements(ceiX); in TestJB1401()