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

  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 52 static int32_t getCharCodeAndForwardPointer(const uint8_t* const dict, int* pos);
137 inline int32_t BinaryFormat::getCharCodeAndForwardPointer(const uint8_t* const dict, int* pos) {
327 int32_t character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos);
334 character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos);
343 character = BinaryFormat::getCharCodeAndForwardPointer(root, &pos);
416 const int32_t character = getCharCodeAndForwardPointer(root, &pos);
422 int32_t nextChar = getCharCodeAndForwardPointer(root, &pos);
428 nextChar = getCharCodeAndForwardPointer(root, &pos);
482 getCharCodeAndForwardPointer(root, &lastCandidateGroupPos);
487 getCharCodeAndForwardPointer(root, &lastCandidateGroupPos)
    [all...]
terminal_attributes.h 55 const int charCode = BinaryFormat::getCharCodeAndForwardPointer(mDict, &mPos);
unigram_dictionary.cpp     [all...]
bigram_dictionary.cpp 156 BinaryFormat::getCharCodeAndForwardPointer(root, &pos);

Completed in 227 milliseconds