Lines Matching refs:UChar32
251 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) {
292 UChar32 codePoint;
312 UChar32 codePoint;
320 result.add(codePoint - (UChar32)u_getNumericValue(codePoint));
383 UChar32 cp = input.char32At(i);
399 static inline bool isIllegalCombiningDotLeadCharacterNoLookup(UChar32 cp) {
404 bool SpoofImpl::isIllegalCombiningDotLeadCharacter(UChar32 cp) const {
410 UChar32 finalCp = skelStr.char32At(skelStr.moveIndex32(skelStr.length(), -1));
420 // Input: UChar *string text. Output: a UChar32
424 UChar32 SpoofImpl::ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) {
447 return (UChar32)val;
790 int32_t SpoofData::confusableLookup(UChar32 inChar, UnicodeString &dest) const {
823 UChar32 SpoofData::codePointAt(int32_t index) const {