OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentGroup
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
FusionDictionary.java
215
CharGroup
currentGroup
= null;
219
currentGroup
= currentNode.mData.get(nodeIndex);
220
differentCharIndex = compareArrays(
currentGroup
.mChars, word, charIndex);
222
&& differentCharIndex <
currentGroup
.mChars.length) break;
223
if (null ==
currentGroup
.mChildren) break;
224
charIndex +=
currentGroup
.mChars.length;
226
currentNode =
currentGroup
.mChildren;
239
if (differentCharIndex ==
currentGroup
.mChars.length) {
243
if (
currentGroup
.mFrequency > 0) {
247
final CharGroup newNode = new CharGroup(
currentGroup
.mChars
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 1438 milliseconds