Home | History | Annotate | Download | only in i18n

Lines Matching refs:n1

1100     UnicodeString n1 = nfkdNormalizer->normalize(*s1, status);
1102 int32_t result = n1.length() - n2.length();
1107 result = n1.compareCodePointOrder(n2);