Home | History | Annotate | Download | only in i18n

Lines Matching refs:n2

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