Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dppucd.h43 struct U_TOOLUTIL_API UniProps { struct
44 UniProps();
45 ~UniProps();
135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
172 UniProps defaultProps, blockProps, cpProps;
Dppucd.cpp42 UniProps::UniProps() in UniProps() function in UniProps
53 UniProps::~UniProps() {} in ~UniProps()
185 const UniProps *
206 UniProps *props; in getProps()
311 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty()