Searched refs:UCHAR_INT_LIMIT (Results 1 – 10 of 10) 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()247 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()371 if (property < UCHAR_INT_START || UCHAR_INT_LIMIT <= property) { in u_getIntPropertyMap()
448 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={495 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyValue()515 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyMaxValue()535 } else if(which<UCHAR_INT_LIMIT) { 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()
51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
290 for(int32_t prop=UCHAR_INT_START; prop<UCHAR_INT_LIMIT; ++prop) { in getProps()374 } else if(prop<UCHAR_INT_LIMIT) { in parseProperty()
676 for (int32_t prop = UCHAR_INT_START; prop < UCHAR_INT_LIMIT; ++prop) { in TestIntCharacterProperties()
606 UCHAR_INT_LIMIT=0x1019, enumerator
3086 } else if (p>=UCHAR_INT_LIMIT) { in TestPropertyNames()3105 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) { in TestPropertyValues()3559 map = u_getIntPropertyMap(UCHAR_INT_LIMIT, &errorCode); in TestIntCharacterPropertiesAPI()
75 + uchar.h: update UCHAR_INT_LIMIT