Searched refs:tableMask (Results 1 – 5 of 5) sorted by relevance
673 int32_t tableMask = 0; in uspoof_getSkeletonUnicodeString() local676 tableMask = USPOOF_ML_TABLE_FLAG; in uspoof_getSkeletonUnicodeString()679 tableMask = USPOOF_SL_TABLE_FLAG; in uspoof_getSkeletonUnicodeString()682 tableMask = USPOOF_MA_TABLE_FLAG; in uspoof_getSkeletonUnicodeString()685 tableMask = USPOOF_SA_TABLE_FLAG; in uspoof_getSkeletonUnicodeString()703 This->confusableLookup(c, tableMask, skelStr); in uspoof_getSkeletonUnicodeString()
133 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &dest) const { in confusableLookup() argument162 if ((keyFlags & tableMask) == 0) { in confusableLookup()169 if (keyFlags & tableMask) { in confusableLookup()176 if (keyFlags & tableMask) { in confusableLookup()
69 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &destBuf) const;
1825 int tableMask = 0;1828 tableMask = ML_TABLE_FLAG;1831 tableMask = SL_TABLE_FLAG;1834 tableMask = MA_TABLE_FLAG;1837 tableMask = SA_TABLE_FLAG;1853 this.confusableLookup(c, tableMask, skelSB);1918 private void confusableLookup(int inChar, int tableMask, StringBuilder dest) {1948 if ((keyFlags & tableMask) == 0) {1955 if (0 != (keyFlags & tableMask)) {1964 if (0 != (keyFlags & tableMask)) {
META-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/ ...