HomeSort by relevance Sort by last modified time
    Searched refs:wordsFound (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
dictbe.cpp 252 uint32_t wordsFound = 0;
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%THAI_LOOKAHEAD].backUp(text))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 417 milliseconds