Home
last modified time | relevance | path

Searched refs:ExcProps (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp238 struct ExcProps { struct
239 ExcProps() : in ExcProps() argument
242 ExcProps(const UniProps &otherProps) : in ExcProps() function
288 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()