Home | History | Annotate | Download | only in content

Lines Matching refs:hasNext

116     bool hasNext = true;
120 while (hasNext) {
124 codePoints, &codePointCount, &probability, &hasNext, &readingPos);
126 hasNext, &writingPos)) {
138 const bool hasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK;
139 const int shortcutFlagsToWrite = createAndGetShortcutFlags(probability, hasNext);
145 const int codePointCount, const int probability, const bool hasNext,
148 const int shortcutFlags = createAndGetShortcutFlags(probability, hasNext);
165 bool hasNext = true;
168 while (hasNext) {
173 &probability, &hasNext, &readingPos);
192 const bool hasNext) const {
194 | (hasNext ? Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK : 0);