Searched refs:nfdId (Results 1 – 3 of 3) sorted by relevance
709 UnicodeString nfdId; in uspoof_getSkeletonUnicodeString() local710 gNfdNormalizer->normalize(id, nfdId, *status); in uspoof_getSkeletonUnicodeString()716 int32_t normalizedLen = nfdId.length(); in uspoof_getSkeletonUnicodeString()718 UChar32 c = nfdId.char32At(inputIndex); in uspoof_getSkeletonUnicodeString()
1858 String nfdId = nfdNormalizer.normalize(id);1859 int normalizedLen = nfdId.length();1862 int c = Character.codePointAt(nfdId, inputIndex);
1911 String nfdId = nfdNormalizer.normalize(id);1912 int normalizedLen = nfdId.length();1915 int c = Character.codePointAt(nfdId, inputIndex);