Searched refs:UCHAR_INT_START (Results 1 – 11 of 11) sorted by relevance
38 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START;48 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {};204 U_ASSERT(UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT); in initIntPropInclusion()205 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion()249 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()250 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in getInclusionsForProperty()373 if (property < UCHAR_INT_START || UCHAR_INT_LIMIT <= property) { in u_getIntPropertyMap()378 UCPMap *map = maps[property - UCHAR_INT_START]; in u_getIntPropertyMap()380 maps[property - UCHAR_INT_START] = map = makeMap(property, *pErrorCode); in u_getIntPropertyMap()
575 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={617 if(which<UCHAR_INT_START) { in u_getIntPropertyValue()623 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue()638 if(which<UCHAR_INT_START) { in u_getIntPropertyMaxValue()643 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue()660 } else if(which<UCHAR_INT_START) { in uprops_getSource()663 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource()
831 } else if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in applyIntPropertyValue()877 (p >= UCHAR_INT_START && p < UCHAR_INT_LIMIT) || in applyPropertyAlias()
47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp()51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
253 int32_t blkIndex=UCHAR_BLOCK-UCHAR_INT_START; in getProps()290 for(int32_t prop=UCHAR_INT_START; prop<UCHAR_INT_LIMIT; ++prop) { in getProps()291 int32_t index=prop-UCHAR_INT_START; in getProps()369 } else if (prop < UCHAR_INT_START) { in parseProperty()390 props.intProps[prop-UCHAR_INT_START]=value; in parseProperty()
676 for (int32_t prop = UCHAR_INT_START; prop < UCHAR_INT_LIMIT; ++prop) { in TestIntCharacterProperties()
2915 if(which<UCHAR_INT_START) { in TestAdditionalProperties()3128 p = UCHAR_INT_START - 1; in TestPropertyNames()3144 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) { in TestPropertyValues()3595 const UCPMap *map = u_getIntPropertyMap(UCHAR_INT_START - 1, &errorCode); in TestIntCharacterPropertiesAPI()
498 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator