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

  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 251 uint32_t wordsFound = 0;
264 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
268 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
269 wordsFound += 1;
279 if (words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
282 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
294 if (words[(wordsFound + 2) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
295 words[wordsFound % THAI_LOOKAHEAD].markCurrent();
299 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text));
302 while (words[wordsFound % THAI_LOOKAHEAD].backUp(text))
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp 254 uint32_t wordsFound = 0;
267 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
271 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
272 wordsFound += 1;
282 if (words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
285 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
297 if (words[(wordsFound + 2) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
298 words[wordsFound % THAI_LOOKAHEAD].markCurrent();
302 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text));
305 while (words[wordsFound % THAI_LOOKAHEAD].backUp(text))
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 348 milliseconds