Home
last modified time | relevance | path

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

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