Searched refs:UCHAR_INT_START (Results 1 – 6 of 6) sorted by relevance
432 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={471 if(which<UCHAR_INT_START) { in u_getIntPropertyValue()477 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue()492 if(which<UCHAR_INT_START) { in u_getIntPropertyMaxValue()497 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue()514 } else if(which<UCHAR_INT_START) { in uprops_getSource()517 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource()
1002 (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()
461 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator
2864 if(which<UCHAR_INT_START) { in TestAdditionalProperties()3077 p = UCHAR_INT_START - 1; in TestPropertyNames()3093 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) { in TestPropertyValues()