Searched refs:UCHAR_INT_LIMIT (Results 1 – 12 of 12) 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()249 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()373 if (property < UCHAR_INT_START || UCHAR_INT_LIMIT <= property) { in u_getIntPropertyMap()
575 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={622 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyValue()642 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyMaxValue()662 } else if(which<UCHAR_INT_LIMIT) { 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()
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
3125 } else if (p>=UCHAR_INT_LIMIT) { in TestPropertyNames()3144 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) { in TestPropertyValues()3600 map = u_getIntPropertyMap(UCHAR_INT_LIMIT, &errorCode); in TestIntCharacterPropertiesAPI()
996 + uchar.h: update UCHAR_INT_LIMIT