Home | History | Annotate | Download | only in mbcs

Lines Matching refs:ChEl

147                         ChEl  keyEl = new ChEl(ichar.charValue, 0);
148 ChEl valEl = (ChEl)m.get(keyEl);
189 ChEl c = (ChEl)encounteredChars[i];
206 ChEl c = (ChEl)encounteredChars[i];
237 static class ChEl implements Comparable {
241 ChEl(int c, int o) {
249 ChEl o = (ChEl)other;
262 ChEl o = (ChEl)other;