OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAO_LOOKAHEAD
(Results
1 - 7
of
7
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
LaoBreakEngine.java
21
private static final byte
LAO_LOOKAHEAD
= 3;
100
PossibleWord words[] = new PossibleWord[
LAO_LOOKAHEAD
];
101
for (int i = 0; i <
LAO_LOOKAHEAD
; i++) {
111
int candidates = words[wordsFound%
LAO_LOOKAHEAD
].candidates(fIter, fDictionary, rangeEnd);
115
wordLength = words[wordsFound%
LAO_LOOKAHEAD
].acceptMarked(fIter);
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))
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LaoBreakEngine.java
20
private static final byte
LAO_LOOKAHEAD
= 3;
99
PossibleWord words[] = new PossibleWord[
LAO_LOOKAHEAD
];
100
for (int i = 0; i <
LAO_LOOKAHEAD
; i++) {
110
int candidates = words[wordsFound%
LAO_LOOKAHEAD
].candidates(fIter, fDictionary, rangeEnd);
114
wordLength = words[wordsFound%
LAO_LOOKAHEAD
].acceptMarked(fIter);
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))
[
all
...]
/external/icu/icu4c/source/common/
dictbe.cpp
443
static const int32_t
LAO_LOOKAHEAD
= 3;
498
PossibleWord words[
LAO_LOOKAHEAD
];
507
int32_t candidates = words[wordsFound%
LAO_LOOKAHEAD
].candidates(text, fDictionary, rangeEnd);
511
cuWordLength = words[wordsFound %
LAO_LOOKAHEAD
].acceptMarked(text);
512
cpWordLength = words[wordsFound %
LAO_LOOKAHEAD
].markedCPLength();
523
if (words[(wordsFound + 1) %
LAO_LOOKAHEAD
].candidates(text, fDictionary, rangeEnd) > 0) {
526
words[wordsFound%
LAO_LOOKAHEAD
].markCurrent();
538
if (words[(wordsFound + 2) %
LAO_LOOKAHEAD
].candidates(text, fDictionary, rangeEnd)) {
539
words[wordsFound %
LAO_LOOKAHEAD
].markCurrent();
543
while (words[(wordsFound + 1) %
LAO_LOOKAHEAD
].backUp(text))
[
all
...]
/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 356 milliseconds