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

  /external/icu4c/i18n/
uspoof.cpp 627 int32_t tableMask = 0;
630 tableMask = USPOOF_ML_TABLE_FLAG;
633 tableMask = USPOOF_SL_TABLE_FLAG;
636 tableMask = USPOOF_MA_TABLE_FLAG;
639 tableMask = USPOOF_SA_TABLE_FLAG;
657 This->confusableLookup(c, tableMask, skelStr);
uspoof_impl.cpp 134 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &dest) const {
163 if ((keyFlags & tableMask) == 0) {
170 if (keyFlags & tableMask) {
177 if (keyFlags & tableMask) {
uspoof_impl.h 65 * @param tableMask bit flag specifying which confusable table to use.
69 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &destBuf) const;
  /external/chromium_org/third_party/icu/source/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 615 int32_t tableMask = 0;
618 tableMask = USPOOF_ML_TABLE_FLAG;
621 tableMask = USPOOF_SL_TABLE_FLAG;
624 tableMask = USPOOF_MA_TABLE_FLAG;
627 tableMask = USPOOF_SA_TABLE_FLAG;
667 int32_t replaceLen = This->confusableLookup(c, tableMask, buf);
uspoof_impl.cpp 127 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const {
156 if ((keyFlags & tableMask) == 0) {
163 if (keyFlags & tableMask) {
170 if (keyFlags & tableMask) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 85 milliseconds