HomeSort by relevance Sort by last modified time
    Searched refs:UniProps (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 43 struct U_TOOLUTIL_API UniProps {
44 UniProps();
45 ~UniProps();
132 * Returns a pointer to the filled-in UniProps, or NULL if something went wrong.
133 * The returned UniProps are usable until the next line of the same type is read.
135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
172 UniProps defaultProps, blockProps, cpProps;
ppucd.cpp 42 UniProps::UniProps()
53 UniProps::~UniProps() {}
185 const UniProps *
206 UniProps *props;
311 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,

Completed in 58 milliseconds