Searched refs:normalizedStrings (Results 1 – 1 of 1) sorted by relevance
659 List<String> normalizedStrings = new ArrayList<>(); in buildTestCharSequences() local661 normalizedStrings.add(Normalizer.normalize(testString, form)); in buildTestCharSequences()664 for (String str: normalizedStrings) { in buildTestCharSequences()