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

/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.h41 struct U_TOOLUTIL_API UniProps { struct
42 UniProps();
43 ~UniProps();
126 * Returns a pointer to the filled-in UniProps, or NULL if something went wrong.
127 * The returned UniProps are usable until the next line of the same type is read.
129 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
147 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
166 UniProps defaultProps, blockProps, cpProps;
H A Dppucd.cpp42 UniProps::UniProps() function in class:UniProps
53 UniProps::~UniProps() {}
184 const UniProps *
205 UniProps *props;
272 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,

Completed in 49 milliseconds