Home | History | Annotate | Download | only in latin

Lines Matching defs:mCode

53         char mCode;
215 if (node.mCode == c) {
223 childNode.mCode = c;
452 final char c = node.mCode;
583 if (node.mCode == c) {
590 childNode.mCode = c;
654 mLookedUpString[index] = node.mCode;
686 if (node.mCode == currentChar) {