Home | History | Annotate | Download | only in latin

Lines Matching defs:mCode

53         char mCode;
215 if (node.mCode == c) {
223 childNode.mCode = c;
432 final char c = node.mCode;
561 if (node.mCode == c) {
568 childNode.mCode = c;
649 mLookedUpString[index] = node.mCode;
677 if (node.mCode == currentChar) {