Home
last modified time | relevance | path

Searched refs:IntProperty (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/icu/source/common/
Duprops.cpp305 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/
Duprops.cpp413 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/
Duprops.cpp413 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/
Duprops.cpp446 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/
DUCharacterProperty.java589 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/
DUCharacterProperty.java590 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/
Danimated_size.dart92 properties.add(IntProperty('duration', duration.inMilliseconds, unit: 'ms'));
93 …properties.add(IntProperty('reverseDuration', reverseDuration?.inMilliseconds, unit: 'ms', default…
Danimated_cross_fade.dart241 properties.add(IntProperty('duration', duration.inMilliseconds, unit: 'ms'));
242 …properties.add(IntProperty('reverseDuration', reverseDuration?.inMilliseconds, unit: 'ms', default…
Danimated_switcher.dart289 properties.add(IntProperty('duration', duration.inMilliseconds, unit: 'ms'));
290 …properties.add(IntProperty('reverseDuration', reverseDuration?.inMilliseconds, unit: 'ms', default…
Dtext.dart171 properties.add(IntProperty('maxLines', maxLines, defaultValue: null));
451 properties.add(IntProperty('maxLines', maxLines, defaultValue: null));
Dimplicit_animations.dart293 properties.add(IntProperty('duration', duration.inMilliseconds, unit: 'ms'));
1409 properties.add(IntProperty('maxLines', maxLines, defaultValue: null));
Deditable_text.dart989 properties.add(IntProperty('maxLines', maxLines, defaultValue: 1));
990 properties.add(IntProperty('minLines', minLines, defaultValue: null));
/third_party/flutter/flutter/packages/flutter/test/foundation/
Ddiagnostics_test.dart391 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 …]
Ddiagnostics_json_test.dart56 IntProperty('foo', 42),
/third_party/flutter/flutter/dev/manual_tests/lib/
Dactions.dart145 properties.add(IntProperty('undoable items', _completedActions.length));
146 properties.add(IntProperty('redoable items', _undoneActions.length));
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtext_field.dart550 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/
Devents.dart485 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/
Dtext_field.dart637 properties.add(IntProperty('maxLines', maxLines, defaultValue: 1));
638 properties.add(IntProperty('minLines', minLines, defaultValue: null));
640 properties.add(IntProperty('maxLength', maxLength, defaultValue: null));
Dselectable_text.dart391 properties.add(IntProperty('maxLines', maxLines, defaultValue: null));
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dimage_stream.dart189 properties.add(IntProperty('cumulativeBytesLoaded', cumulativeBytesLoaded));
190 properties.add(IntProperty('expectedTotalBytes', expectedTotalBytes));
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Ddiagnostics.dart1975 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/
Dsemantics.dart391 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/
Dstack.dart699 properties.add(IntProperty('index', index));
Dparagraph.dart887 properties.add(IntProperty('maxLines', maxLines, ifNull: 'unlimited'));
Deditable.dart1889 properties.add(IntProperty('maxLines', maxLines));
1890 properties.add(IntProperty('minLines', minLines));

12