HomeSort by relevance Sort by last modified time
    Searched defs:getCodePoints (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
word_property.h 41 const CodePointArrayView getCodePoints() const {
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
utf8_utils.cpp 34 /* static */ std::vector<int> Utf8Utils::getCodePoints(const std::string &utf8Str) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
pt_node_params.h 56 memcpy(mCodePoints, ptNodeParams.getCodePoints(), sizeof(int) * mCodePointCount);
164 return getCodePointCount() > 0 && !CharUtils::isInUnicodeSpace(getCodePoints()[0])
169 return getCodePointCount() > 0 && getCodePoints()[0] == CODE_POINT_BEGINNING_OF_SENTENCE
189 AK_FORCE_INLINE const int *getCodePoints() const {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 245 static int[] getCodePoints(final String word) {
276 add(getCodePoints(word), probabilityInfo, isNotAWord, isPossiblyOffensive);
310 add(getCodePoints(word1), new ProbabilityInfo(0), false /* isNotAWord */,
508 final int[] codePoints = getCodePoints(string);

Completed in 100 milliseconds