/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uprops.cpp | 310 struct IntProperty { struct 314 IntPropertyGetValue *getValue; argument 315 IntPropertyGetMaxValue *getMaxValue; argument 318 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 331 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 335 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() 339 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 344 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 348 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 353 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uprops.cpp | 418 struct IntProperty { struct 422 IntPropertyGetValue *getValue; argument 423 IntPropertyGetMaxValue *getMaxValue; argument 426 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 439 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 443 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() 447 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 452 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 456 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 461 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uprops.cpp | 451 struct IntProperty { struct 455 IntPropertyGetValue *getValue; argument 456 IntPropertyGetMaxValue *getMaxValue; argument 459 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 472 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 476 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() 480 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 485 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 489 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 494 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | uprops.cpp | 418 struct IntProperty { struct 422 IntPropertyGetValue *getValue; argument 423 IntPropertyGetMaxValue *getMaxValue; argument 426 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 439 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 443 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() 447 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 452 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 456 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 461 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 589 private class IntProperty { class in UCharacterProperty 593 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 598 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCharacterProperty.java | 590 private class IntProperty { class in UCharacterProperty 594 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 599 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty
|