Searched refs:UCHAR_INT_START (Results 1 – 6 of 6) sorted by relevance
419 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={458 if(which<UCHAR_INT_START) { in u_getIntPropertyValue()464 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue()479 if(which<UCHAR_INT_START) { in u_getIntPropertyMaxValue()484 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue()501 } else if(which<UCHAR_INT_START) { in uprops_getSource()504 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource()
1000 (p >= UCHAR_INT_START && p < UCHAR_INT_LIMIT) || in applyPropertyAlias()
45 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp()49 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
328 } else if (prop < UCHAR_INT_START) { in parseProperty()349 props.intProps[prop-UCHAR_INT_START]=value; in parseProperty()
407 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator
2804 if(which<UCHAR_INT_START) { in TestAdditionalProperties()3017 p = UCHAR_INT_START - 1; in TestPropertyNames()3033 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) { in TestPropertyValues()