HomeSort by relevance Sort by last modified time
    Searched refs:tableMask (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
uspoof_impl.h 64 * @param tableMask bit flag specifying which confusable table to use.
68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
uspoof.cpp 617 int32_t tableMask = 0;
620 tableMask = USPOOF_ML_TABLE_FLAG;
623 tableMask = USPOOF_SL_TABLE_FLAG;
626 tableMask = USPOOF_MA_TABLE_FLAG;
629 tableMask = USPOOF_SA_TABLE_FLAG;
669 int32_t replaceLen = This->confusableLookup(c, tableMask, buf);
uspoof_impl.cpp 126 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const {
155 if ((keyFlags & tableMask) == 0) {
162 if (keyFlags & tableMask) {
169 if (keyFlags & tableMask) {

Completed in 462 milliseconds