Searched refs:UCHAR_INT_START (Results 1 – 9 of 9) sorted by relevance
36 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START;46 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {};202 U_ASSERT(UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT); in initIntPropInclusion()203 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion()247 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()248 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in getInclusionsForProperty()371 if (property < UCHAR_INT_START || UCHAR_INT_LIMIT <= property) { in u_getIntPropertyMap()376 UCPMap *map = maps[property - UCHAR_INT_START]; in u_getIntPropertyMap()378 maps[property - UCHAR_INT_START] = map = makeMap(property, *pErrorCode); in u_getIntPropertyMap()
448 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={490 if(which<UCHAR_INT_START) { in u_getIntPropertyValue()496 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue()511 if(which<UCHAR_INT_START) { in u_getIntPropertyMaxValue()516 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue()533 } else if(which<UCHAR_INT_START) { in uprops_getSource()536 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource()
828 } else if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in applyIntPropertyValue()874 (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()
2876 if(which<UCHAR_INT_START) { in TestAdditionalProperties()3089 p = UCHAR_INT_START - 1; in TestPropertyNames()3105 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) { in TestPropertyValues()3554 const UCPMap *map = u_getIntPropertyMap(UCHAR_INT_START - 1, &errorCode); in TestIntCharacterPropertiesAPI()
498 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator