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