Home
last modified time | relevance | path

Searched defs:getCodePoints (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
H A Dword_property.h41 const CodePointArrayView getCodePoints() const { in getCodePoints() function
/aosp12/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Dutf8_utils.cpp34 /* static */ std::vector<int> Utf8Utils::getCodePoints(const std::string &utf8Str) { in getCodePoints() function in latinime::dicttoolkit::Utf8Utils
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpt_node_params.h189 AK_FORCE_INLINE const int *getCodePoints() const { in getCodePoints() function
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java245 static int[] getCodePoints(final String word) { in getCodePoints() method in FusionDictionary