Home | History | Annotate | Download | only in i18n

Lines Matching refs:n2

1042     UnicodeString n2 = nfkdNormalizer.normalize(other, status);
1044 int32_t result = n1.countChar32() - n2.countChar32();
1048 result = n1.compareCodePointOrder(n2);