Searched refs:makeMap (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | CharacterProperties.java | 59 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/ |
D | CharacterProperties.java | 60 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/ |
D | ValidIdentifiers.java | 56 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/ |
D | ValidIdentifiers.java | 67 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/ |
D | characterproperties.cpp | 298 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/ |
D | characterproperties.cpp | 300 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/ |
D | characterproperties.cpp | 300 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/ |
D | characterproperties.cpp | 328 UCPMap *makeMap(UProperty property, UErrorCode &errorCode) { in makeMap() function 408 maps[property - UCHAR_INT_START] = map = makeMap(property, *pErrorCode); in u_getIntPropertyMap()
|