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

  /packages/inputmethods/LatinIME/native/src/
binary_format.h 36 static int getGroupCountAndForwardPointer(const uint8_t* const dict, int* pos);
63 inline int BinaryFormat::getGroupCountAndForwardPointer(const uint8_t* const dict, int* pos) {
235 int charGroupCount = BinaryFormat::getGroupCountAndForwardPointer(root, &pos);
327 for (int charGroupCount = getGroupCountAndForwardPointer(root, &pos); charGroupCount > 0;
unigram_dictionary.cpp 557 BinaryFormat::getGroupCountAndForwardPointer(root, &childrenPos);
    [all...]

Completed in 18 milliseconds