Home | History | Annotate | Download | only in i18n

Lines Matching refs:n1

1157     UnicodeString n1 = nfkdNormalizer.normalize(one, status);
1160 int32_t result = n1.countChar32() - n2.countChar32();
1164 result = n1.compareCodePointOrder(n2);