Searched refs:BLOCKS_ (Results 1 – 2 of 2) sorted by relevance
1219 private final static UnicodeBlock BLOCKS_[] = new UnicodeBlock[COUNT]; field in UCharacter.UnicodeBlock2533 if (BLOCKS_[blockId] == null) {2553 if (id >= 0 && id < BLOCKS_.length) { in getInstance()2554 return BLOCKS_[id]; in getInstance()2593 m = new HashMap<>(BLOCKS_.length); in forName()2594 for (int i = 0; i < BLOCKS_.length; ++i) { in forName()2595 UnicodeBlock b = BLOCKS_[i]; in forName()2653 BLOCKS_[id] = this; in UnicodeBlock()
1029 private final static UnicodeBlock BLOCKS_[] = new UnicodeBlock[COUNT]; field in UCharacter.UnicodeBlock2168 if (BLOCKS_[blockId] == null) {2187 if (id >= 0 && id < BLOCKS_.length) { in getInstance()2188 return BLOCKS_[id]; in getInstance()2225 m = new HashMap<>(BLOCKS_.length); in forName()2226 for (int i = 0; i < BLOCKS_.length; ++i) { in forName()2227 UnicodeBlock b = BLOCKS_[i]; in forName()2284 BLOCKS_[id] = this; in UnicodeBlock()