Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dppucd.h41 struct U_TOOLUTIL_API UniProps { struct
42 UniProps();
43 ~UniProps();
129 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
147 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
166 UniProps defaultProps, blockProps, cpProps;
Dppucd.cpp40 UniProps::UniProps() in UniProps() function in UniProps
51 UniProps::~UniProps() {} in ~UniProps()
182 const UniProps *
203 UniProps *props; in getProps()
270 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty()