Searched defs:UniProps (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.h | 43 struct U_TOOLUTIL_API UniProps { struct 47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp() 49 UChar32 start, end; 50 UBool binProps[UCHAR_BINARY_LIMIT]; 51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]; 52 UVersionInfo age; 53 UChar32 bmg, bpb; 54 UChar32 scf, slc, stc, suc; 55 int32_t digitValue; 56 const char *numericValue; [all …]
|
D | ppucd.cpp | 42 UniProps::UniProps() in UniProps() function in UniProps
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.h | 43 struct U_TOOLUTIL_API UniProps { struct 47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp() 49 UChar32 start, end; 50 UBool binProps[UCHAR_BINARY_LIMIT]; 51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]; 52 UVersionInfo age; 53 UChar32 bmg, bpb; 54 UChar32 scf, slc, stc, suc; 55 int32_t digitValue; 56 const char *numericValue; [all …]
|
D | ppucd.cpp | 42 UniProps::UniProps() in UniProps() function in UniProps
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | ppucd.h | 43 struct U_TOOLUTIL_API UniProps { struct 47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp() 49 UChar32 start, end; 50 UBool binProps[UCHAR_BINARY_LIMIT]; 51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]; 52 UVersionInfo age; 53 UChar32 bmg, bpb; 54 UChar32 scf, slc, stc, suc; 55 int32_t digitValue; 56 const char *numericValue; [all …]
|
D | ppucd.cpp | 42 UniProps::UniProps() in UniProps() function in UniProps
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | ppucd.h | 43 struct U_TOOLUTIL_API UniProps { struct 47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp() 49 UChar32 start, end; 50 UBool binProps[UCHAR_BINARY_LIMIT]; 51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]; 52 UVersionInfo age; 53 UChar32 bmg, bpb; 54 UChar32 scf, slc, stc, suc; 55 int32_t digitValue; 56 const char *numericValue; [all …]
|
D | ppucd.cpp | 50 UniProps::UniProps() in UniProps() function in UniProps
|
/third_party/icu/tools/unicode/c/genprops/ |
D | genprops.cpp | 44 void PropsBuilder::setProps(const UniProps &, const UnicodeSet &, UErrorCode &) {} in setProps()
|