HomeSort by relevance Sort by last modified time
    Searched refs:getTotalNodeCodePointCount (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 240 return getTotalNodeCodePointCount() > MAX_WORD_LENGTH - 3;
244 memmove(dest, getOutputWordBuf(), getTotalNodeCodePointCount() * sizeof(dest[0]));
402 inline uint16_t getTotalNodeCodePointCount() const {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.cpp 181 terminalDicNode->getTotalNodeCodePointCount(),
203 const int length = terminalDicNode->getTotalNodeCodePointCount();

Completed in 466 milliseconds