/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uprops.cpp | 305 struct IntProperty; 307 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which); 308 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which); 310 struct IntProperty { struct 318 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 323 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue() 327 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift() 331 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() argument 335 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() argument 339 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() argument [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uprops.cpp | 413 struct IntProperty; 415 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which); 416 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which); 418 struct IntProperty { struct 426 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 431 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue() 435 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift() 439 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() argument 443 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() argument 447 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() argument [all …]
|
/third_party/icu/icu4c/source/common/ |
D | uprops.cpp | 413 struct IntProperty; 415 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which); 416 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which); 418 struct IntProperty { struct 426 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 431 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue() 435 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift() 439 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() argument 443 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() argument 447 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() argument [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uprops.cpp | 446 struct IntProperty; 448 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which); 449 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which); 451 struct IntProperty { struct 459 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 464 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue() 468 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift() 472 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() argument 476 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() argument 480 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() argument [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 614 private class BiDiIntProperty extends IntProperty { 624 private class CombiningClassIntProperty extends IntProperty { 634 … private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties 652 IntProperty intProps[]={ 659 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_), 666 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0), 667 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_), [all …]
|
/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 615 private class BiDiIntProperty extends IntProperty { 625 private class CombiningClassIntProperty extends IntProperty { 635 … private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties 653 IntProperty intProps[]={ 660 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_), 667 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0), 668 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_), [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | animated_size.dart | 92 properties.add(IntProperty('duration', duration.inMilliseconds, unit: 'ms')); 93 …properties.add(IntProperty('reverseDuration', reverseDuration?.inMilliseconds, unit: 'ms', default…
|
D | animated_cross_fade.dart | 241 properties.add(IntProperty('duration', duration.inMilliseconds, unit: 'ms')); 242 …properties.add(IntProperty('reverseDuration', reverseDuration?.inMilliseconds, unit: 'ms', default…
|
D | animated_switcher.dart | 289 properties.add(IntProperty('duration', duration.inMilliseconds, unit: 'ms')); 290 …properties.add(IntProperty('reverseDuration', reverseDuration?.inMilliseconds, unit: 'ms', default…
|
D | text.dart | 171 properties.add(IntProperty('maxLines', maxLines, defaultValue: null)); 451 properties.add(IntProperty('maxLines', maxLines, defaultValue: null));
|
D | implicit_animations.dart | 293 properties.add(IntProperty('duration', duration.inMilliseconds, unit: 'ms')); 1409 properties.add(IntProperty('maxLines', maxLines, defaultValue: null));
|
D | editable_text.dart | 989 properties.add(IntProperty('maxLines', maxLines, defaultValue: 1)); 990 properties.add(IntProperty('minLines', minLines, defaultValue: null));
|
/third_party/flutter/flutter/packages/flutter/test/foundation/ |
D | diagnostics_test.dart | 391 IntProperty('foo', 42, style: propertyStyle), 824 IntProperty('foo', 42), 1307 final IntProperty regular = IntProperty( 1315 final IntProperty nullValue = IntProperty( 1323 final IntProperty hideNull = IntProperty( 1332 final IntProperty nullDescription = IntProperty( 1341 final IntProperty hideName = IntProperty( 1350 final IntProperty withUnit = IntProperty( 1359 final IntProperty defaultValue = IntProperty( 1368 final IntProperty notDefaultValue = IntProperty( [all …]
|
D | diagnostics_json_test.dart | 56 IntProperty('foo', 42),
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | actions.dart | 145 properties.add(IntProperty('undoable items', _completedActions.length)); 146 properties.add(IntProperty('redoable items', _undoneActions.length));
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | text_field.dart | 550 properties.add(IntProperty('maxLines', maxLines, defaultValue: 1)); 551 properties.add(IntProperty('minLines', minLines, defaultValue: null)); 553 properties.add(IntProperty('maxLength', maxLength, defaultValue: null));
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | events.dart | 485 properties.add(IntProperty('pointer', pointer, level: DiagnosticLevel.debug)); 487 properties.add(IntProperty('device', device, defaultValue: 0, level: DiagnosticLevel.debug)); 488 properties.add(IntProperty('buttons', buttons, defaultValue: 0, level: DiagnosticLevel.debug)); 503 …properties.add(IntProperty('platformData', platformData, defaultValue: 0, level: DiagnosticLevel.d…
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | text_field.dart | 637 properties.add(IntProperty('maxLines', maxLines, defaultValue: 1)); 638 properties.add(IntProperty('minLines', minLines, defaultValue: null)); 640 properties.add(IntProperty('maxLength', maxLength, defaultValue: null));
|
D | selectable_text.dart | 391 properties.add(IntProperty('maxLines', maxLines, defaultValue: null));
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | image_stream.dart | 189 properties.add(IntProperty('cumulativeBytesLoaded', cumulativeBytesLoaded)); 190 properties.add(IntProperty('expectedTotalBytes', expectedTotalBytes));
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | diagnostics.dart | 1975 class IntProperty extends _NumProperty<int> { 1979 IntProperty( 3057 /// * [IntProperty], which supports specifying a unit of measurement for an 3130 /// properties.add(IntProperty('maxLines', maxLines, defaultValue: 1)); 3134 /// properties.add(IntProperty('duration', duration.inMilliseconds, unit: 'ms'));
|
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/ |
D | semantics.dart | 391 properties.add(IntProperty('platformViewId', platformViewId, defaultValue: null)); 392 properties.add(IntProperty('scrollChildren', scrollChildCount, defaultValue: null)); 393 properties.add(IntProperty('scrollIndex', scrollIndex, defaultValue: null)); 2120 properties.add(IntProperty('platformViewId', platformViewId, defaultValue: null)); 2121 properties.add(IntProperty('scrollChildren', scrollChildCount, defaultValue: null)); 2122 properties.add(IntProperty('scrollIndex', scrollIndex, defaultValue: null));
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | stack.dart | 699 properties.add(IntProperty('index', index));
|
D | paragraph.dart | 887 properties.add(IntProperty('maxLines', maxLines, ifNull: 'unlimited'));
|
D | editable.dart | 1889 properties.add(IntProperty('maxLines', maxLines)); 1890 properties.add(IntProperty('minLines', minLines));
|