Searched refs:keyToCodePoint (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duspoof_impl.h174 inline static UChar32 keyToCodePoint(int32_t key) { function in class:ConfusableDataUtils
H A Duspoof_conf.cpp398 UChar32 codePoint = ConfusableDataUtils::keyToCodePoint(key);
H A Duspoof_impl.cpp782 return ConfusableDataUtils::keyToCodePoint(fCFUKeys[index]);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSpoofChecker.java946 int codePoint = ConfusableDataUtils.keyToCodePoint(key);
1657 public static final int keyToCodePoint(int key) { method in class:SpoofChecker.ConfusableDataUtils
1862 return ConfusableDataUtils.keyToCodePoint(fCFUKeys[index]);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java988 int codePoint = ConfusableDataUtils.keyToCodePoint(key);
1719 public static final int keyToCodePoint(int key) { method in class:SpoofChecker.ConfusableDataUtils
1924 return ConfusableDataUtils.keyToCodePoint(fCFUKeys[index]);

Completed in 149 milliseconds