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 54 static int skipOtherCharacters(const uint8_t* const dict, const int pos);
161 inline int BinaryFormat::skipOtherCharacters(const uint8_t* const dict, const int pos) {
369 pos = BinaryFormat::skipOtherCharacters(root, pos);
437 pos = skipOtherCharacters(root, pos);
unigram_dictionary.cpp     [all...]
bigram_dictionary.cpp 158 pos = BinaryFormat::skipOtherCharacters(root, pos);

Completed in 131 milliseconds