Home
last modified time | relevance | path

Searched refs:BLOCKS_ (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java1219 private final static UnicodeBlock BLOCKS_[] = new UnicodeBlock[COUNT]; field in UCharacter.UnicodeBlock
2533 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()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java1029 private final static UnicodeBlock BLOCKS_[] = new UnicodeBlock[COUNT]; field in UCharacter.UnicodeBlock
2168 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()