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

  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 79 static int skipOtherCharacters(const uint8_t *const dict, const int pos);
314 AK_FORCE_INLINE int BinaryFormat::skipOtherCharacters(const uint8_t *const dict, const int pos) {
524 pos = BinaryFormat::skipOtherCharacters(root, pos);
592 pos = skipOtherCharacters(root, pos);
    [all...]
bigram_dictionary.cpp 161 pos = BinaryFormat::skipOtherCharacters(root, pos);
unigram_dictionary.cpp     [all...]

Completed in 241 milliseconds