Home
last modified time | relevance | path

Searched refs:makeMap (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharacterProperties.java59 private static CodePointMap makeMap(int property) { in makeMap() method in CharacterProperties
154 maps[property - UProperty.INT_START] = map = makeMap(property); in getIntPropertyMap()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DCharacterProperties.java60 private static CodePointMap makeMap(int property) { in makeMap() method in CharacterProperties
153 maps[property - UProperty.INT_START] = map = makeMap(property); in getIntPropertyMap()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DValidIdentifiers.java56 public ValiditySet(Set<String> plainData, boolean makeMap) { in ValiditySet() argument
57 if (makeMap) { in ValiditySet()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DValidIdentifiers.java67 public ValiditySet(Set<String> plainData, boolean makeMap) { in ValiditySet() argument
68 if (makeMap) { in ValiditySet()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp298 UCPMap *makeMap(UProperty property, UErrorCode &errorCode) { in makeMap() function
378 maps[property - UCHAR_INT_START] = map = makeMap(property, *pErrorCode); in u_getIntPropertyMap()
/third_party/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp300 UCPMap *makeMap(UProperty property, UErrorCode &errorCode) { in makeMap() function
380 maps[property - UCHAR_INT_START] = map = makeMap(property, *pErrorCode); in u_getIntPropertyMap()
/third_party/icu/icu4c/source/common/
Dcharacterproperties.cpp300 UCPMap *makeMap(UProperty property, UErrorCode &errorCode) { in makeMap() function
380 maps[property - UCHAR_INT_START] = map = makeMap(property, *pErrorCode); in u_getIntPropertyMap()
/third_party/node/deps/icu-small/source/common/
Dcharacterproperties.cpp328 UCPMap *makeMap(UProperty property, UErrorCode &errorCode) { in makeMap() function
408 maps[property - UCHAR_INT_START] = map = makeMap(property, *pErrorCode); in u_getIntPropertyMap()