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

  /external/icu4c/i18n/
uspoof_impl.h 68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
uspoof.cpp 670 int32_t replaceLen = This->confusableLookup(c, tableMask, buf);
uspoof_impl.cpp 120 // confusableLookup() This is the heart of the confusable skeleton generation
127 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const {

Completed in 210 milliseconds