Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationRegressionTest.java956 int elt5 = CollationElementIterator.primaryOrder(iter.next()); in Test4179216() local
959 if (elt4 != elt0 || elt5 != elt0) { in Test4179216()
962 elt0, elt4, elt5)); in Test4179216()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java953 int elt5 = CollationElementIterator.primaryOrder(iter.next()); in Test4179216() local
956 if (elt4 != elt0 || elt5 != elt0) { in Test4179216()
959 elt0, elt4, elt5)); in Test4179216()
/third_party/icu/icu4c/source/test/intltest/
Dregcoll.cpp1005 int32_t elt5 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216() local
1008 if (elt4 != elt0 || elt5 != elt0) { in Test4179216()
1011 elt0, elt4, elt5); in Test4179216()