Searched refs:getGroupCountAndForwardPointer (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Dbinary_format.h50 static int getGroupCountAndForwardPointer(const uint8_t* const dict, int* pos);
127 inline int BinaryFormat::getGroupCountAndForwardPointer(const uint8_t* const dict, int* pos) { function in class:latinime::BinaryFormat
319 int charGroupCount = BinaryFormat::getGroupCountAndForwardPointer(root, &pos);
412 for (int charGroupCount = getGroupCountAndForwardPointer(root, &pos); charGroupCount > 0;
H A Dunigram_dictionary.cpp345 int childCount = BinaryFormat::getGroupCountAndForwardPointer(DICT_ROOT, &rootPosition);
760 mStackChildCount[0] = BinaryFormat::getGroupCountAndForwardPointer(root, &startPos);
793 BinaryFormat::getGroupCountAndForwardPointer(root, &childrenPos);
980 *newCount = BinaryFormat::getGroupCountAndForwardPointer(DICT_ROOT, &childrenPos);

Completed in 306 milliseconds