Searched refs:nfdText (Results 1 – 3 of 3) sorted by relevance
597 UnicodeString nfdText; in checkImpl() local598 gNfdNormalizer->normalize(id, nfdText, *status); in checkImpl()599 int32_t nfdLength = nfdText.length(); in checkImpl()610 c = nfdText.char32At(i); in checkImpl()
1302 String nfdText = nfdNormalizer.normalize(text); local1313 c = Character.codePointAt(nfdText, i);1314 i = Character.offsetByCodePoints(nfdText, i, 1);
1362 String nfdText = nfdNormalizer.normalize(text); local1373 c = Character.codePointAt(nfdText, i);1374 i = Character.offsetByCodePoints(nfdText, i, 1);