OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DICT_ROOT
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp
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)
[
all
...]
unigram_dictionary.h
109
const uint8_t* const
DICT_ROOT
;
Completed in 100 milliseconds