Home | History | Annotate | Download | only in content

Lines Matching refs:entryPos

41     int entryPos = getEntryPos(terminalId);
43 Ver4DictConstants::FLAGS_IN_PROBABILITY_FILE_SIZE, &entryPos);
45 Ver4DictConstants::PROBABILITY_SIZE, &entryPos);
48 Ver4DictConstants::TIME_STAMP_FIELD_SIZE, &entryPos);
50 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE, &entryPos);
52 Ver4DictConstants::WORD_COUNT_FIELD_SIZE, &entryPos);
65 const int entryPos = getEntryPos(terminalId);
70 while (writingPos <= entryPos) {
80 return writeEntry(probabilityEntry, entryPos);
135 const int entryPos) {
137 int writingPos = entryPos;