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

  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 196 #define THAI_LOOKAHEAD 3
259 PossibleWord words[THAI_LOOKAHEAD];
268 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
272 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(text);
284 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
287 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
299 if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
300 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
304 while (words[(wordsFound+1)%THAI_LOOKAHEAD].backUp(text));
307 while (words[wordsFound%THAI_LOOKAHEAD].backUp(text))
    [all...]
  /external/icu4c/common/
dictbe.cpp 187 #define THAI_LOOKAHEAD 3
250 PossibleWord words[THAI_LOOKAHEAD];
259 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
263 wordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
274 if (words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
277 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
289 if (words[(wordsFound + 2) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
290 words[wordsFound % THAI_LOOKAHEAD].markCurrent();
294 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text));
297 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 52 milliseconds