Searched refs:blockStarts (Results 1 – 2 of 2) sorted by relevance
2595 private static final int blockStarts[] = { field in Character.UnicodeBlock3157 top = blockStarts.length; in of()3162 if (codePoint >= blockStarts[current]) { in of()
2010 private static final int[] blockStarts; field in Character.UnicodeBlock2013 blockStarts = new int[0];