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

  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 192 #define THAI_LOOKAHEAD 3
255 PossibleWord words[THAI_LOOKAHEAD];
264 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
268 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
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 195 #define THAI_LOOKAHEAD 3
258 PossibleWord words[THAI_LOOKAHEAD];
267 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
271 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 81 milliseconds