Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberPermutationTest.java89 ArrayList<String> currentSection = new ArrayList<>(); in testPermutations() local
93 skeletonParts.add(currentSection); in testPermutations()
94 currentSection = new ArrayList<>(); in testPermutations()
96 currentSection.add(skeletonPart); in testPermutations()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberPermutationTest.java86 ArrayList<String> currentSection = new ArrayList<>(); in testPermutations() local
90 skeletonParts.add(currentSection); in testPermutations()
91 currentSection = new ArrayList<>(); in testPermutations()
93 currentSection.add(skeletonPart); in testPermutations()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_permutation.cpp94 auto currentSection = std::vector<const char16_t*>(); in testPermutations() local
98 skeletonParts.push_back(currentSection); in testPermutations()
99 currentSection.clear(); in testPermutations()
101 currentSection.push_back(skeletonPart); in testPermutations()