Home
last modified time | relevance | path

Searched refs:tableMask (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Duspoof.cpp618 int32_t tableMask = 0; in uspoof_getSkeleton() local
621 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()
Duspoof_impl.cpp127 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const { in confusableLookup() argument
156 if ((keyFlags & tableMask) == 0) { in confusableLookup()
163 if (keyFlags & tableMask) { in confusableLookup()
170 if (keyFlags & tableMask) { in confusableLookup()
Duspoof_impl.h68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;