Home | History | Annotate | Download | only in src

Lines Matching refs:pos

115     int pos = BinaryFormat::getTerminalPosition(root, prevWord, prevWordLength);
117 if (NOT_VALID_WORD == pos) return 0;
118 const int flags = BinaryFormat::getFlagsAndForwardPointer(root, &pos);
121 BinaryFormat::getCharCodeAndForwardPointer(root, &pos);
123 pos = BinaryFormat::skipOtherCharacters(root, pos);
125 pos = BinaryFormat::skipChildrenPosition(flags, pos);
126 pos = BinaryFormat::skipFrequency(flags, pos);
130 bigramFlags = BinaryFormat::getFlagsAndForwardPointer(root, &pos);
133 &pos);