Searched refs:intProps (Results 1 – 5 of 5) sorted by relevance
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]; member
47 memset(intProps, 0, sizeof(intProps)); in UniProps()349 props.intProps[prop-UCHAR_INT_START]=value; in parseProperty()
419 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={ variable464 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue()484 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue()504 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource()
484 IntProperty intProps[]={ field in UCharacterProperty576 return intProps[which-UProperty.INT_START].getValue(c); in getIntPropertyValue()589 return intProps[which-UProperty.INT_START].getMaxValue(which); in getIntPropertyMaxValue()602 return intProps[which-UProperty.INT_START].getSource(); in getSource()1155 if(intProps.length!=(UProperty.INT_LIMIT-UProperty.INT_START)) { in UCharacterProperty()
485 IntProperty intProps[]={ field in UCharacterProperty577 return intProps[which-UProperty.INT_START].getValue(c); in getIntPropertyValue()590 return intProps[which-UProperty.INT_START].getMaxValue(which); in getIntPropertyMaxValue()603 return intProps[which-UProperty.INT_START].getSource(); in getSource()1156 if(intProps.length!=(UProperty.INT_LIMIT-UProperty.INT_START)) { in UCharacterProperty()