Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCharacterPropertiesImpl.java88 int inclIndex = UCharacterProperty.SRC_COUNT + prop - UProperty.INT_START; in getIntPropInclusions() local
89 if (inclusions[inclIndex] != null) { in getIntPropInclusions()
90 return inclusions[inclIndex]; in getIntPropInclusions()
111 return inclusions[inclIndex] = intPropIncl.compact(); in getIntPropInclusions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java86 int inclIndex = UCharacterProperty.SRC_COUNT + prop - UProperty.INT_START; in getIntPropInclusions() local
87 if (inclusions[inclIndex] != null) { in getIntPropInclusions()
88 return inclusions[inclIndex]; in getIntPropInclusions()
109 return inclusions[inclIndex] = intPropIncl.compact(); in getIntPropInclusions()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp203 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion() local
204 U_ASSERT(gInclusions[inclIndex].fSet == nullptr); in initIntPropInclusion()
236 gInclusions[inclIndex].fSet = intPropIncl.orphan(); in initIntPropInclusion()
248 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in getInclusionsForProperty() local
249 Inclusion &i = gInclusions[inclIndex]; in getInclusionsForProperty()
/third_party/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp205 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion() local
206 U_ASSERT(gInclusions[inclIndex].fSet == nullptr); in initIntPropInclusion()
238 gInclusions[inclIndex].fSet = intPropIncl.orphan(); in initIntPropInclusion()
250 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in getInclusionsForProperty() local
251 Inclusion &i = gInclusions[inclIndex]; in getInclusionsForProperty()
/third_party/icu/icu4c/source/common/
Dcharacterproperties.cpp205 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion() local
206 U_ASSERT(gInclusions[inclIndex].fSet == nullptr); in initIntPropInclusion()
238 gInclusions[inclIndex].fSet = intPropIncl.orphan(); in initIntPropInclusion()
250 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in getInclusionsForProperty() local
251 Inclusion &i = gInclusions[inclIndex]; in getInclusionsForProperty()
/third_party/node/deps/icu-small/source/common/
Dcharacterproperties.cpp213 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion() local
214 U_ASSERT(gInclusions[inclIndex].fSet == nullptr); in initIntPropInclusion()
246 gInclusions[inclIndex].fSet = intPropIncl.orphan(); in initIntPropInclusion()
258 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in getInclusionsForProperty() local
259 Inclusion &i = gInclusions[inclIndex]; in getInclusionsForProperty()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch110 + int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START;
111 + U_ASSERT(gInclusions[inclIndex].fSet == nullptr);
143 + gInclusions[inclIndex].fSet = intPropIncl.orphan();
157 + int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START;
158 + Inclusion &i = gInclusions[inclIndex];