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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
BurmeseBreakEngine.java 94 int wordsFound = 0;
108 int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
112 wordLength = words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter);
113 wordsFound += 1;
123 if (words[(wordsFound+1)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
126 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent();
138 if (words[(wordsFound+2)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
139 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent();
143 } while (words[(wordsFound+1)%BURMESE_LOOKAHEAD].backUp(fIter));
145 } while (words[wordsFound%BURMESE_LOOKAHEAD].backUp(fIter) && !foundBest)
    [all...]
KhmerBreakEngine.java 97 int wordsFound = 0;
112 int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
116 wordLength = words[wordsFound % KHMER_LOOKAHEAD].acceptMarked(fIter);
117 wordsFound += 1;
127 if (words[(wordsFound+1)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
130 words[wordsFound%KHMER_LOOKAHEAD].markCurrent();
142 if (words[(wordsFound+2)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
143 words[wordsFound%KHMER_LOOKAHEAD].markCurrent();
147 } while (words[(wordsFound+1)%KHMER_LOOKAHEAD].backUp(fIter));
149 } while (words[wordsFound%KHMER_LOOKAHEAD].backUp(fIter) && !foundBest)
    [all...]
LaoBreakEngine.java 97 int wordsFound = 0;
111 int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
115 wordLength = words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter);
116 wordsFound += 1;
126 if (words[(wordsFound+1)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
129 words[wordsFound%LAO_LOOKAHEAD].markCurrent();
141 if (words[(wordsFound+2)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
142 words[wordsFound%LAO_LOOKAHEAD].markCurrent();
146 } while (words[(wordsFound+1)%LAO_LOOKAHEAD].backUp(fIter));
148 } while (words[wordsFound%LAO_LOOKAHEAD].backUp(fIter) && !foundBest)
    [all...]
ThaiBreakEngine.java 108 int wordsFound = 0;
122 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
126 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter);
127 wordsFound += 1;
137 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
140 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
152 if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
153 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
156 } while (words[(wordsFound+1)%THAI_LOOKAHEAD].backUp(fIter));
159 while (words[wordsFound%THAI_LOOKAHEAD].backUp(fIter))
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BurmeseBreakEngine.java 93 int wordsFound = 0;
107 int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
111 wordLength = words[wordsFound%BURMESE_LOOKAHEAD].acceptMarked(fIter);
112 wordsFound += 1;
122 if (words[(wordsFound+1)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
125 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent();
137 if (words[(wordsFound+2)%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
138 words[wordsFound%BURMESE_LOOKAHEAD].markCurrent();
142 } while (words[(wordsFound+1)%BURMESE_LOOKAHEAD].backUp(fIter));
144 } while (words[wordsFound%BURMESE_LOOKAHEAD].backUp(fIter) && !foundBest)
    [all...]
KhmerBreakEngine.java 96 int wordsFound = 0;
111 int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
115 wordLength = words[wordsFound % KHMER_LOOKAHEAD].acceptMarked(fIter);
116 wordsFound += 1;
126 if (words[(wordsFound+1)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
129 words[wordsFound%KHMER_LOOKAHEAD].markCurrent();
141 if (words[(wordsFound+2)%KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
142 words[wordsFound%KHMER_LOOKAHEAD].markCurrent();
146 } while (words[(wordsFound+1)%KHMER_LOOKAHEAD].backUp(fIter));
148 } while (words[wordsFound%KHMER_LOOKAHEAD].backUp(fIter) && !foundBest)
    [all...]
LaoBreakEngine.java 96 int wordsFound = 0;
110 int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
114 wordLength = words[wordsFound%LAO_LOOKAHEAD].acceptMarked(fIter);
115 wordsFound += 1;
125 if (words[(wordsFound+1)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
128 words[wordsFound%LAO_LOOKAHEAD].markCurrent();
140 if (words[(wordsFound+2)%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
141 words[wordsFound%LAO_LOOKAHEAD].markCurrent();
145 } while (words[(wordsFound+1)%LAO_LOOKAHEAD].backUp(fIter));
147 } while (words[wordsFound%LAO_LOOKAHEAD].backUp(fIter) && !foundBest)
    [all...]
ThaiBreakEngine.java 107 int wordsFound = 0;
121 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
125 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter);
126 wordsFound += 1;
136 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
139 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
151 if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
152 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
155 } while (words[(wordsFound+1)%THAI_LOOKAHEAD].backUp(fIter));
158 while (words[wordsFound%THAI_LOOKAHEAD].backUp(fIter))
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp 258 uint32_t wordsFound = 0;
272 int32_t candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
276 cuWordLength = words[wordsFound % THAI_LOOKAHEAD].acceptMarked(text);
277 cpWordLength = words[wordsFound % THAI_LOOKAHEAD].markedCPLength();
278 wordsFound += 1;
288 if (words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
291 words[wordsFound%THAI_LOOKAHEAD].markCurrent();
303 if (words[(wordsFound + 2) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
304 words[wordsFound % THAI_LOOKAHEAD].markCurrent();
308 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text))
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 431 milliseconds