Home | History | Annotate | Download | only in src

Lines Matching refs:DICT_ROOT

40     : DICT_ROOT(streamStart + NEW_DICTIONARY_HEADER_SIZE),
326 int childCount = Dictionary::getCount(DICT_ROOT, &rootPosition);
522 const uint8_t* const root = DICT_ROOT;
575 return NOT_VALID_WORD != BinaryFormat::getTerminalPosition(DICT_ROOT, inWord, length);
614 const uint8_t flags = BinaryFormat::getFlagsAndForwardPointer(DICT_ROOT, &pos);
625 int32_t c = BinaryFormat::getCharCodeAndForwardPointer(DICT_ROOT, &pos);
640 ? BinaryFormat::getCharCodeAndForwardPointer(DICT_ROOT, &pos) : NOT_A_CHARACTER;
660 pos = BinaryFormat::skipOtherCharacters(DICT_ROOT, pos);
664 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos);
678 const int freq = BinaryFormat::readFrequencyWithoutMovingPointer(DICT_ROOT, pos);
695 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos);
703 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos);
722 int childrenPos = BinaryFormat::readChildrenPosition(DICT_ROOT, flags, pos);
723 *nextSiblingPosition = BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos);
724 *newCount = BinaryFormat::getGroupCountAndForwardPointer(DICT_ROOT, &childrenPos);