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

  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 429 #define LAO_LOOKAHEAD 3
483 PossibleWord words[LAO_LOOKAHEAD];
492 int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
496 wordLength = words[wordsFound % LAO_LOOKAHEAD].acceptMarked(text);
507 if (words[(wordsFound + 1) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
510 words[wordsFound%LAO_LOOKAHEAD].markCurrent();
522 if (words[(wordsFound + 2) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
523 words[wordsFound % LAO_LOOKAHEAD].markCurrent();
527 while (words[(wordsFound + 1) % LAO_LOOKAHEAD].backUp(text));
530 while (words[wordsFound % LAO_LOOKAHEAD].backUp(text))
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp 432 #define LAO_LOOKAHEAD 3
486 PossibleWord words[LAO_LOOKAHEAD];
495 int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
499 wordLength = words[wordsFound % LAO_LOOKAHEAD].acceptMarked(text);
510 if (words[(wordsFound + 1) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
513 words[wordsFound%LAO_LOOKAHEAD].markCurrent();
525 if (words[(wordsFound + 2) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
526 words[wordsFound % LAO_LOOKAHEAD].markCurrent();
530 while (words[(wordsFound + 1) % LAO_LOOKAHEAD].backUp(text));
533 while (words[wordsFound % LAO_LOOKAHEAD].backUp(text))
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 502 milliseconds