OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chargroupcount
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
binary_format.h
235
int
charGroupCount
= BinaryFormat::getGroupCountAndForwardPointer(root, &pos);
240
if (0 >=
charGroupCount
) return NOT_VALID_WORD;
290
--
charGroupCount
;
327
for (int
charGroupCount
= getGroupCountAndForwardPointer(root, &pos);
charGroupCount
> 0;
328
--
charGroupCount
) {
372
} else if (1 >=
charGroupCount
) {
386
found = (1 >=
charGroupCount
);
unigram_dictionary.cpp
528
const int
charGroupCount
= mStackChildCount[depth];
530
for (int charGroupIndex =
charGroupCount
- 1; charGroupIndex >= 0; --charGroupIndex) {
[
all
...]
Completed in 34 milliseconds