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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
ppucd.h 41 struct U_TOOLUTIL_API UniProps {
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;
ppucd.cpp 42 UniProps::UniProps()
53 UniProps::~UniProps() {}
184 const UniProps *
205 UniProps *props;
272 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 41 struct U_TOOLUTIL_API UniProps {
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;
ppucd.cpp 42 UniProps::UniProps()
53 UniProps::~UniProps() {}
184 const UniProps *
205 UniProps *props;
272 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,

Completed in 272 milliseconds