Searched refs:wordsFound (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Ddictbe.cpp252 uint32_t wordsFound = 0; local
265 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
269 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(text);
270 wordsFound += 1;
281 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
284 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
296 if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
297 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
301 while (words[(wordsFound+1)%THAI_LOOKAHEAD].backUp(text));
304 while (words[wordsFound
[all...]
/external/chromium/third_party/icu/source/common/
H A Ddictbe.cpp257 uint32_t wordsFound = 0; local
270 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
274 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(text);
275 wordsFound += 1;
286 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
289 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
301 if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
302 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
306 while (words[(wordsFound+1)%THAI_LOOKAHEAD].backUp(text));
309 while (words[wordsFound
[all...]

Completed in 126 milliseconds