Searched defs:confusableLookup (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp126 // confusableLookup() This is the heart of the confusable skeleton generation
133 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &dest) const { function in class:SpoofImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java1853 this.confusableLookup(c, tableMask, skelSB);
1918 private void confusableLookup(int inChar, int tableMask, StringBuilder dest) { method in class:SpoofChecker

Completed in 94 milliseconds