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

  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 50 static int getGroupCountAndForwardPointer(const uint8_t* const dict, int* pos);
127 inline int BinaryFormat::getGroupCountAndForwardPointer(const uint8_t* const dict, int* pos) {
319 int charGroupCount = BinaryFormat::getGroupCountAndForwardPointer(root, &pos);
412 for (int charGroupCount = getGroupCountAndForwardPointer(root, &pos); charGroupCount > 0;
unigram_dictionary.cpp 345 int childCount = BinaryFormat::getGroupCountAndForwardPointer(DICT_ROOT, &rootPosition);
    [all...]

Completed in 256 milliseconds