Searched defs:indicies (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java249 public synchronized void get(int count, char[] indicies, int[] values) argument
260 int code = indicies[i];
264 char low = indicies[i + 1];
284 unmappedChars = new char[indicies.length];
285 unmappedCharIndices = new int[indicies.length];
287 unmappedChars[missed] = indicies[i];
290 unmappedChars[++missed] = indicies[++i];
312 char low = indicies[m + 1];

Completed in 39 milliseconds