OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THAI_LOOKAHEAD
(Results
1 - 8
of
8
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
ThaiBreakEngine.java
21
private static final byte
THAI_LOOKAHEAD
= 3;
110
PossibleWord words[] = new PossibleWord[
THAI_LOOKAHEAD
];
111
for (int i = 0; i <
THAI_LOOKAHEAD
; i++) {
122
int candidates = words[wordsFound%
THAI_LOOKAHEAD
].candidates(fIter, fDictionary, rangeEnd);
126
wordLength = words[wordsFound%
THAI_LOOKAHEAD
].acceptMarked(fIter);
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))
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ThaiBreakEngine.java
20
private static final byte
THAI_LOOKAHEAD
= 3;
109
PossibleWord words[] = new PossibleWord[
THAI_LOOKAHEAD
];
110
for (int i = 0; i <
THAI_LOOKAHEAD
; i++) {
121
int candidates = words[wordsFound%
THAI_LOOKAHEAD
].candidates(fIter, fDictionary, rangeEnd);
125
wordLength = words[wordsFound%
THAI_LOOKAHEAD
].acceptMarked(fIter);
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))
[
all
...]
/external/icu/icu4c/source/common/
dictbe.cpp
195
static const int32_t
THAI_LOOKAHEAD
= 3;
263
PossibleWord words[
THAI_LOOKAHEAD
];
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();
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 246 milliseconds