Searched refs:BLOCKS_ (Results 1 – 2 of 2) sorted by relevance
1136 private final static UnicodeBlock BLOCKS_[] = new UnicodeBlock[COUNT]; field in UCharacter.UnicodeBlock2393 if (BLOCKS_[blockId] == null) {2412 if (id >= 0 && id < BLOCKS_.length) { in getInstance()2413 return BLOCKS_[id]; in getInstance()2450 m = new HashMap<>(BLOCKS_.length); in forName()2451 for (int i = 0; i < BLOCKS_.length; ++i) { in forName()2452 UnicodeBlock b = BLOCKS_[i]; in forName()2509 BLOCKS_[id] = this; in UnicodeBlock()
1326 private final static UnicodeBlock BLOCKS_[] = new UnicodeBlock[COUNT]; field in UCharacter.UnicodeBlock2758 if (BLOCKS_[blockId] == null) {2778 if (id >= 0 && id < BLOCKS_.length) { in getInstance()2779 return BLOCKS_[id]; in getInstance()2818 m = new HashMap<>(BLOCKS_.length); in forName()2819 for (int i = 0; i < BLOCKS_.length; ++i) { in forName()2820 UnicodeBlock b = BLOCKS_[i]; in forName()2878 BLOCKS_[id] = this; in UnicodeBlock()