Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java748 private static class RootElementsIterator { class in CollationTest
757 RootElementsIterator(CollationData root) { in RootElementsIterator() method in CollationTest.RootElementsIterator
838 RootElementsIterator iter = new RootElementsIterator(root); in TestRootElements()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java745 private static class RootElementsIterator { class in CollationTest
754 RootElementsIterator(CollationData root) { in RootElementsIterator() method in CollationTest.RootElementsIterator
835 RootElementsIterator iter = new RootElementsIterator(root); in TestRootElements()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp682 class RootElementsIterator { class
684 RootElementsIterator(const CollationData &root) in RootElementsIterator() function in __anon235258930211::RootElementsIterator
766 RootElementsIterator iter(*root); in TestRootElements()