Searched refs:UPROPS_SRC_COUNT (Results 1 – 2 of 2) sorted by relevance
36 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START;90 U_ASSERT(0 <= src && src < UPROPS_SRC_COUNT); in initInclusion()191 if (src < 0 || UPROPS_SRC_COUNT <= src) { in getInclusionsForSource()203 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion()248 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in getInclusionsForProperty()
405 UPROPS_SRC_COUNT enumerator