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

  /packages/inputmethods/LatinIME/native/src/
binary_format.h 40 static int skipOtherCharacters(const uint8_t* const dict, const int pos);
95 inline int BinaryFormat::skipOtherCharacters(const uint8_t* const dict, const int pos) {
285 pos = BinaryFormat::skipOtherCharacters(root, pos);
351 pos = skipOtherCharacters(root, pos);
bigram_dictionary.cpp 123 pos = BinaryFormat::skipOtherCharacters(root, pos);
unigram_dictionary.cpp 477 *outPos = hasMultipleChars ? BinaryFormat::skipOtherCharacters(root, pos) : pos;
488 *outPos = BinaryFormat::skipOtherCharacters(root, pos);
660 pos = BinaryFormat::skipOtherCharacters(DICT_ROOT, pos);
    [all...]

Completed in 1613 milliseconds