Searched refs:ExcProps (Results 1 – 1 of 1) sorted by relevance
238 struct ExcProps { struct239 ExcProps() : in ExcProps() argument242 ExcProps(const UniProps &otherProps) : in ExcProps() function288 int32_t makeException(UChar32 c, uint32_t value, ExcProps &ep, UErrorCode &errorCode);302 ExcProps **excProps;342 excProps=new ExcProps *[MAX_EXC_COUNT]; in CasePropsBuilder()526 ExcProps *newExcProps=new ExcProps(props); in setProps()590 LocalPointer<ExcProps> newExcProps(new ExcProps); in makeExcProps()775 ExcProps &ep=*excProps[value>>UGENCASE_EXC_SHIFT]; in addClosure()909 CasePropsBuilder::makeException(UChar32 c, uint32_t value, ExcProps &ep, UErrorCode &errorCode) { in makeException()