Searched refs:currentSection (Results 1 – 3 of 3) sorted by relevance
89 ArrayList<String> currentSection = new ArrayList<>(); in testPermutations() local93 skeletonParts.add(currentSection); in testPermutations()94 currentSection = new ArrayList<>(); in testPermutations()96 currentSection.add(skeletonPart); in testPermutations()
86 ArrayList<String> currentSection = new ArrayList<>(); in testPermutations() local90 skeletonParts.add(currentSection); in testPermutations()91 currentSection = new ArrayList<>(); in testPermutations()93 currentSection.add(skeletonPart); in testPermutations()
94 auto currentSection = std::vector<const char16_t*>(); in testPermutations() local98 skeletonParts.push_back(currentSection); in testPermutations()99 currentSection.clear(); in testPermutations()101 currentSection.push_back(skeletonPart); in testPermutations()