Home
last modified time | relevance | path

Searched refs:NUM_INCLUSIONS (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCharacterPropertiesImpl.java16 private static final int NUM_INCLUSIONS = UCharacterProperty.SRC_COUNT + field in CharacterPropertiesImpl
25 private static final UnicodeSet inclusions[] = new UnicodeSet[NUM_INCLUSIONS];
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java14 private static final int NUM_INCLUSIONS = UCharacterProperty.SRC_COUNT + field in CharacterPropertiesImpl
23 private static final UnicodeSet inclusions[] = new UnicodeSet[NUM_INCLUSIONS];
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp36 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START; variable
42 Inclusion gInclusions[NUM_INCLUSIONS]; // cached getInclusions()
/third_party/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp38 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START; variable
44 Inclusion gInclusions[NUM_INCLUSIONS]; // cached getInclusions()
/third_party/icu/icu4c/source/common/
Dcharacterproperties.cpp38 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START; variable
44 Inclusion gInclusions[NUM_INCLUSIONS]; // cached getInclusions()
/third_party/node/deps/icu-small/source/common/
Dcharacterproperties.cpp39 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START; variable
45 Inclusion gInclusions[NUM_INCLUSIONS]; // cached getInclusions()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch19 +constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START;
26 +Inclusion gInclusions[NUM_INCLUSIONS]; // cached getInclusions()