Home
last modified time | relevance | path

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

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