/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.h | 43 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;
|
D | ppucd.cpp | 42 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.h | 43 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;
|
D | ppucd.cpp | 42 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()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | ppucd.h | 43 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;
|
D | ppucd.cpp | 42 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()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | ppucd.h | 43 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, 171 UniProps defaultProps, blockProps, cpProps;
|
D | ppucd.cpp | 50 UniProps::UniProps() in UniProps() function in UniProps 61 UniProps::~UniProps() {} in ~UniProps() 192 const UniProps * 213 UniProps *props; in getProps() 318 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, in parseProperty()
|
/third_party/icu/tools/unicode/c/genprops/ |
D | layoutpropsbuilder.cpp | 84 …virtual void setProps(const UniProps &props, const UnicodeSet &newValues, UErrorCode &errorCode) U… 89 void setIntProp(const UniProps &, const UnicodeSet &newValues, 134 LayoutPropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() 141 void LayoutPropsBuilder::setIntProp(const UniProps &props, const UnicodeSet &newValues, in setIntProp()
|
D | casepropsbuilder.cpp | 242 ExcProps(const UniProps &otherProps) : in ExcProps() 247 UniProps props; 275 virtual void setProps(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode); 393 CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() 603 UniProps &p=newExcProps->props; in makeExcProps() 776 UniProps &p=ep.props; in addClosure() 922 UniProps &p=ep.props; in makeException()
|
D | corepropsbuilder.cpp | 320 virtual void setProps(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode); 326 void setGcAndNumeric(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode); 511 CorePropsBuilder::setGcAndNumeric(const UniProps &props, const UnicodeSet &newValues, in setGcAndNumeric() 655 CorePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps()
|
D | genprops.cpp | 44 void PropsBuilder::setProps(const UniProps &, const UnicodeSet &, UErrorCode &) {} in setProps() argument 149 const UniProps *props=ppucd.getProps(newValues, errorCode); in main()
|
D | genprops.h | 37 …virtual void setProps(const icu::UniProps &props, const icu::UnicodeSet &newValues, UErrorCode &er…
|
D | bidipropsbuilder.cpp | 174 virtual void setProps(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode); 271 BiDiPropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps()
|
D | namespropsbuilder.cpp | 210 virtual void setProps(const UniProps &, const UnicodeSet &newValues, UErrorCode &errorCode); 296 NamesPropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps()
|