HomeSort by relevance Sort by last modified time
    Searched full:hasmultiplechars (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp 470 const bool hasMultipleChars = (0 != (UnigramDictionary::FLAG_HAS_MULTIPLE_CHARS & flags));
477 *outPos = hasMultipleChars ? BinaryFormat::skipOtherCharacters(root, pos) : pos;
483 if (hasMultipleChars) {
615 const bool hasMultipleChars = (0 != (FLAG_HAS_MULTIPLE_CHARS & flags));
639 const int32_t nextc = hasMultipleChars
    [all...]

Completed in 66 milliseconds