Searched refs:tableMask (Results 1 – 3 of 3) sorted by relevance
618 int32_t tableMask = 0; in uspoof_getSkeleton() local621 tableMask = USPOOF_ML_TABLE_FLAG; in uspoof_getSkeleton()624 tableMask = USPOOF_SL_TABLE_FLAG; in uspoof_getSkeleton()627 tableMask = USPOOF_MA_TABLE_FLAG; in uspoof_getSkeleton()630 tableMask = USPOOF_SA_TABLE_FLAG; in uspoof_getSkeleton()670 int32_t replaceLen = This->confusableLookup(c, tableMask, buf); in uspoof_getSkeleton()
127 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const { in confusableLookup() argument156 if ((keyFlags & tableMask) == 0) { in confusableLookup()163 if (keyFlags & tableMask) { in confusableLookup()170 if (keyFlags & tableMask) { in confusableLookup()
68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;