Searched refs:inclIndex (Results 1 – 7 of 7) sorted by relevance
88 int inclIndex = UCharacterProperty.SRC_COUNT + prop - UProperty.INT_START; in getIntPropInclusions() local89 if (inclusions[inclIndex] != null) { in getIntPropInclusions()90 return inclusions[inclIndex]; in getIntPropInclusions()111 return inclusions[inclIndex] = intPropIncl.compact(); in getIntPropInclusions()
86 int inclIndex = UCharacterProperty.SRC_COUNT + prop - UProperty.INT_START; in getIntPropInclusions() local87 if (inclusions[inclIndex] != null) { in getIntPropInclusions()88 return inclusions[inclIndex]; in getIntPropInclusions()109 return inclusions[inclIndex] = intPropIncl.compact(); in getIntPropInclusions()
203 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion() local204 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() local249 Inclusion &i = gInclusions[inclIndex]; in getInclusionsForProperty()
205 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion() local206 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() local251 Inclusion &i = gInclusions[inclIndex]; in getInclusionsForProperty()
213 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion() local214 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() local259 Inclusion &i = gInclusions[inclIndex]; in getInclusionsForProperty()
110 + 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];