OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordsFound
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
dictbe.cpp
246
uint32_t
wordsFound
= 0;
259
int candidates = words[
wordsFound
%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
263
wordLength = words[
wordsFound
% THAI_LOOKAHEAD].acceptMarked(text);
264
wordsFound
+= 1;
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/chromium_org/third_party/icu/source/common/
dictbe.cpp
255
uint32_t
wordsFound
= 0;
268
int candidates = words[
wordsFound
%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
272
wordLength = words[
wordsFound
%THAI_LOOKAHEAD].acceptMarked(text);
273
wordsFound
+= 1;
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/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 368 milliseconds