Searched refs:wordsFound (Results 1 - 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBurmeseBreakEngine.java94 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
[all...]
H A DKhmerBreakEngine.java97 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
[all...]
H A DLaoBreakEngine.java97 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
[all...]
H A DThaiBreakEngine.java108 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
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBurmeseBreakEngine.java93 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
[all...]
H A DKhmerBreakEngine.java96 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
[all...]
H A DLaoBreakEngine.java96 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
[all...]
H A DThaiBreakEngine.java107 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
[all...]
/external/icu/icu4c/source/common/
H A Ddictbe.cpp258 uint32_t wordsFound = 0; local
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
493 uint32_t wordsFound = 0; local
686 uint32_t wordsFound = 0; local
891 uint32_t wordsFound = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 137 milliseconds