Searched refs:twoUnicodeForms (Results 1 – 1 of 1) sorted by relevance
806 Normalizer.Form[] twoUnicodeForms = { Normalizer.Form.NFD, Normalizer.Form.NFKD }; in testGetOffset_UNICODE_Normalization() local807 for (CharSequence seq: buildTestCharSequences(testString, twoUnicodeForms)) { in testGetOffset_UNICODE_Normalization()