Home
last modified time | relevance | path

Searched refs:field (Results 426 - 450 of 1878) sorted by relevance

1...<<11121314151617181920>>...76

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DGregorianCalendar.java53 * <p>Values calculated for the <code>WEEK_OF_YEAR</code> field range from 1 to
71 * <p>Values calculated for the <code>WEEK_OF_MONTH</code> field range from 0 or
213 * Value of the <code>ERA</code> field indicating
222 * Value of the <code>ERA</code> field indicating
285 protected int handleGetLimit(int field, int limitType) { in handleGetLimit() argument
286 return LIMITS[field][limitType]; in handleGetLimit()
390 * @param year the value used to set the YEAR time field in the calendar.
391 * @param month the value used to set the MONTH time field in the calendar.
393 * @param date the value used to set the DATE time field in the calendar.
407 * @param year the value used to set the YEAR time field i
538 roll(int field, int amount) roll() argument
596 getActualMinimum(int field) getActualMinimum() argument
606 getActualMaximum(int field) getActualMaximum() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_modifiers.h27 ConstantAffixModifier(const UnicodeString &prefix, const UnicodeString &suffix, Field field, in ConstantAffixModifier() argument
29 : fPrefix(prefix), fSuffix(suffix), fField(field), fStrong(strong) {} in ConstantAffixModifier()
40 bool containsField(Field field) const U_OVERRIDE;
59 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong);
61 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong,
76 bool containsField(Field field) const U_OVERRIDE;
120 Field field, UErrorCode& status);
169 bool containsField(Field field) const U_OVERRIDE;
258 bool containsField(Field field) const U_OVERRIDE {
259 (void)field; variable
[all...]
H A Ducal.cpp469 UCalendarDateFields field, in ucal_add()
476 ((Calendar*)cal)->add(field, amount, *status); in ucal_add()
481 UCalendarDateFields field, in ucal_roll()
488 ((Calendar*)cal)->roll(field, amount, *status); in ucal_roll()
493 UCalendarDateFields field, in ucal_get()
499 return ((Calendar*)cal)->get(field, *status); in ucal_get()
504 UCalendarDateFields field, in ucal_set()
508 ((Calendar*)cal)->set(field, value); in ucal_set()
513 UCalendarDateFields field) in ucal_isSet()
516 return ((Calendar*)cal)->isSet(field); in ucal_isSet()
468 ucal_add( UCalendar* cal, UCalendarDateFields field, int32_t amount, UErrorCode* status) ucal_add() argument
480 ucal_roll( UCalendar* cal, UCalendarDateFields field, int32_t amount, UErrorCode* status) ucal_roll() argument
492 ucal_get( const UCalendar* cal, UCalendarDateFields field, UErrorCode* status ) ucal_get() argument
503 ucal_set( UCalendar* cal, UCalendarDateFields field, int32_t value) ucal_set() argument
512 ucal_isSet( const UCalendar* cal, UCalendarDateFields field) ucal_isSet() argument
520 ucal_clearField( UCalendar* cal, UCalendarDateFields field) ucal_clearField() argument
535 ucal_getLimit( const UCalendar* cal, UCalendarDateFields field, UCalendarLimitType type, UErrorCode *status) ucal_getLimit() argument
653 ucal_getFieldDifference(UCalendar* cal, UDate target, UCalendarDateFields field, UErrorCode* status ) ucal_getFieldDifference() argument
[all...]
H A Ddtptngen_impl.h115 UDateTimePatternField field; member
121 // A compact storage mechanism for skeleton field strings. Several dozen of these will be created
128 void clearField(int32_t field);
129 UChar getFieldChar(int32_t field) const;
130 int32_t getFieldLength(int32_t field) const;
131 void populate(int32_t field, const UnicodeString& value);
132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
133 UBool isFieldEmpty(int32_t field) const;
135 UnicodeString& appendFieldTo(int32_t field, UnicodeString& string) const;
196 UBool isPatternSeparator(const UnicodeString& field) cons
222 addMissing(int32_t field) addMissing() argument
223 addExtra(int32_t field) addExtra() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_modifiers.h27 ConstantAffixModifier(const UnicodeString &prefix, const UnicodeString &suffix, Field field, in ConstantAffixModifier() argument
29 : fPrefix(prefix), fSuffix(suffix), fField(field), fStrong(strong) {} in ConstantAffixModifier()
40 bool containsField(Field field) const override;
59 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong);
61 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong,
76 bool containsField(Field field) const override;
120 Field field, UErrorCode& status);
169 bool containsField(Field field) const override;
258 bool containsField(Field field) const override {
259 (void)field; variable
[all...]
H A Ddtptngen_impl.h115 UDateTimePatternField field; member
121 // A compact storage mechanism for skeleton field strings. Several dozen of these will be created
128 void clearField(int32_t field);
129 char16_t getFieldChar(int32_t field) const;
130 int32_t getFieldLength(int32_t field) const;
131 void populate(int32_t field, const UnicodeString& value);
132 void populate(int32_t field, char16_t repeatChar, int32_t repeatCount);
133 UBool isFieldEmpty(int32_t field) const;
135 UnicodeString& appendFieldTo(int32_t field, UnicodeString& string) const;
196 UBool isPatternSeparator(const UnicodeString& field) cons
222 addMissing(int32_t field) addMissing() argument
223 addExtra(int32_t field) addExtra() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_modifiers.h27 ConstantAffixModifier(const UnicodeString &prefix, const UnicodeString &suffix, Field field, in ConstantAffixModifier() argument
29 : fPrefix(prefix), fSuffix(suffix), fField(field), fStrong(strong) {} in ConstantAffixModifier()
40 bool containsField(Field field) const U_OVERRIDE;
59 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong);
61 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong,
76 bool containsField(Field field) const U_OVERRIDE;
120 Field field, UErrorCode& status);
169 bool containsField(Field field) const U_OVERRIDE;
258 bool containsField(Field field) const U_OVERRIDE {
259 (void)field; variable
[all...]
H A Dudatpg.cpp148 UDateTimePatternField field, in udatpg_setAppendItemFormat()
151 ((DateTimePatternGenerator *)dtpg)->setAppendItemFormat(field, valueString); in udatpg_setAppendItemFormat()
156 UDateTimePatternField field, in udatpg_getAppendItemFormat()
158 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemFormat(field); in udatpg_getAppendItemFormat()
167 UDateTimePatternField field, in udatpg_setAppendItemName()
170 ((DateTimePatternGenerator *)dtpg)->setAppendItemName(field, valueString); in udatpg_setAppendItemName()
175 UDateTimePatternField field, in udatpg_getAppendItemName()
177 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemName(field); in udatpg_getAppendItemName()
186 UDateTimePatternField field, in udatpg_getFieldDisplayName()
196 UnicodeString result = ((const DateTimePatternGenerator *)dtpg)->getFieldDisplayName(field,widt in udatpg_getFieldDisplayName()
147 udatpg_setAppendItemFormat(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) udatpg_setAppendItemFormat() argument
155 udatpg_getAppendItemFormat(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) udatpg_getAppendItemFormat() argument
166 udatpg_setAppendItemName(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) udatpg_setAppendItemName() argument
174 udatpg_getAppendItemName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) udatpg_getAppendItemName() argument
185 udatpg_getFieldDisplayName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, UDateTimePGDisplayWidth width, UChar *fieldName, int32_t capacity, UErrorCode *pErrorCode) udatpg_getFieldDisplayName() argument
[all...]
H A Ducal.cpp469 UCalendarDateFields field, in ucal_add()
476 ((Calendar*)cal)->add(field, amount, *status); in ucal_add()
481 UCalendarDateFields field, in ucal_roll()
488 ((Calendar*)cal)->roll(field, amount, *status); in ucal_roll()
493 UCalendarDateFields field, in ucal_get()
499 return ((Calendar*)cal)->get(field, *status); in ucal_get()
504 UCalendarDateFields field, in ucal_set()
508 ((Calendar*)cal)->set(field, value); in ucal_set()
513 UCalendarDateFields field) in ucal_isSet()
516 return ((Calendar*)cal)->isSet(field); in ucal_isSet()
468 ucal_add( UCalendar* cal, UCalendarDateFields field, int32_t amount, UErrorCode* status) ucal_add() argument
480 ucal_roll( UCalendar* cal, UCalendarDateFields field, int32_t amount, UErrorCode* status) ucal_roll() argument
492 ucal_get( const UCalendar* cal, UCalendarDateFields field, UErrorCode* status ) ucal_get() argument
503 ucal_set( UCalendar* cal, UCalendarDateFields field, int32_t value) ucal_set() argument
512 ucal_isSet( const UCalendar* cal, UCalendarDateFields field) ucal_isSet() argument
520 ucal_clearField( UCalendar* cal, UCalendarDateFields field) ucal_clearField() argument
535 ucal_getLimit( const UCalendar* cal, UCalendarDateFields field, UCalendarLimitType type, UErrorCode *status) ucal_getLimit() argument
653 ucal_getFieldDifference(UCalendar* cal, UDate target, UCalendarDateFields field, UErrorCode* status ) ucal_getFieldDifference() argument
[all...]
H A Ddtptngen_impl.h115 UDateTimePatternField field; member
121 // A compact storage mechanism for skeleton field strings. Several dozen of these will be created
128 void clearField(int32_t field);
129 UChar getFieldChar(int32_t field) const;
130 int32_t getFieldLength(int32_t field) const;
131 void populate(int32_t field, const UnicodeString& value);
132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
133 UBool isFieldEmpty(int32_t field) const;
135 UnicodeString& appendFieldTo(int32_t field, UnicodeString& string) const;
196 UBool isPatternSeparator(const UnicodeString& field) cons
222 addMissing(int32_t field) addMissing() argument
223 addExtra(int32_t field) addExtra() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.h216 const FieldDescriptor* field,
220 const FieldDescriptor* field,
249 const FieldDescriptor* field,
277 const FieldDescriptor* field) const;
283 const FieldDescriptor* field) const;
302 const FieldDescriptor* field) const;
308 const FieldDescriptor* field) const;
316 const FieldDescriptor* field) const;
321 const FieldDescriptor* field,
327 const FieldDescriptor* field) cons
[all...]
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs351 // FIXME: this field is actually a union
1368 .field("val", unsafe { &self.val }) in fmt()
1404 .field("ident", &ident) in fmt()
1405 .field("filter", &filter) in fmt()
1406 .field("flags", &flags) in fmt()
1407 .field("fflags", &fflags) in fmt()
1408 .field("data", &data) in fmt()
1409 .field("udata", &udata) in fmt()
1458 .field("sem_perm", &sem_perm) in fmt()
1459 .field("sem_bas in fmt()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp36 bool DoesFieldContainRowMajorMatrix(const TField *field, bool isBlockRowMajor) in DoesFieldContainRowMajorMatrix() argument
38 TLayoutMatrixPacking matrixPacking = field->type()->getLayoutQualifier().matrixPacking; in DoesFieldContainRowMajorMatrix()
40 // The field is row major if either explicitly specified as such, or if it inherits it from the in DoesFieldContainRowMajorMatrix()
47 // The field is qualified with row_major, but if it's not a matrix or a struct containing in DoesFieldContainRowMajorMatrix()
49 const TType *type = field->type(); in DoesFieldContainRowMajorMatrix()
53 TField *DuplicateField(const TField *field) in DuplicateField() argument
55 return new TField(new TType(*field->type()), field->name(), field->line(), field in DuplicateField()
210 const TField *field = interfaceBlock->fields()[fieldIndex]; IsConvertedField() local
733 convertField(const TField *field, TIntermSequence *newDeclarations) convertField() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DprivateNameStaticFieldClassExpression.js9 field = 10;
18 new B.#foo().field;
36 new (__classPrivateFieldGet(B, _a, "f", _B_foo))().field;
42 this.field = 10;
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.h70 void WriteFieldDocComment(io::Printer* printer, const FieldDescriptor* field);
72 const FieldDescriptor* field,
76 const FieldDescriptor* field,
80 const FieldDescriptor* field,
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dindexer.js10 const {Field} = goog.require('protobuf.binary.field');
15 * Appends a new entry in the index array for the given field number.
22 const field = storage.get(fieldNumber);
23 if (field !== undefined) {
24 field.addIndexEntry(wireType, startIndex);
31 * Creates an index of field locations in a given binary protobuf.
45 checkCriticalState(fieldNumber > 0, `Invalid field number ${fieldNumber}`);
/third_party/rust/crates/syn/tests/
H A Dtest_parse_quote.rs40 let field: Field = parse_quote!(pub enabled: bool); in test_field()
41 snapshot!(field, @r###" in test_field()
58 let field: Field = parse_quote!(primitive::bool); in test_field()
59 snapshot!(field, @r###" in test_field()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DFlagStd140Structs.cpp39 for (auto *field : block->fields()) in mapBlockStructMembers()
41 if (field->type()->getBasicType() == EbtStruct) in mapBlockStructMembers()
45 mappedStruct.field = field; in mapBlockStructMembers()
/third_party/python/Lib/test/
H A Dtest_dataclasses.py58 x: int = field(default=1, default_factory=int)
61 int_field = field(default=1, init=True, repr=False)
74 rec_field = field()
87 C: C = field()
117 # A derived class adds a non-default field after a default one.
129 # Override a base class field and add a default to
130 # a field which didn't use to have a default.
230 # But we do use 'self' if no field named self.
480 x: int = field()
493 x: object = field(defaul
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc676 // and custom options are in unknown field instead of uninterpreted_options. in TEST_F()
700 // Add custom message option to unknown field. This custom option is in TEST_F()
723 // Add custom message option to unknown field. This custom option is in TEST_F()
784 FieldDescriptorProto* field = message->add_field(); in TEST_F() local
785 field->set_type_name("Baz"); in TEST_F()
786 field->set_name("a"); in TEST_F()
787 field->set_number(1); in TEST_F()
801 field = message->add_field(); in TEST_F()
802 field->set_type_name("Baz"); in TEST_F()
803 field in TEST_F()
857 FieldDescriptorProto* field = message->add_field(); TEST_F() local
906 FieldDescriptorProto* field = message->add_field(); TEST_F() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueStringBuilderImpl.java30 * Placeholder field used for calculating spans.
46 * Finds the index at which a span field begins.
48 * @param value The value of the span field to search for.
64 * Upgrade a range of a string to a span field.
96 // No field is set in nextFieldPosition()
138 // Backwards compatibility: field value = field in toCharacterIterator()
162 * Optional. If non-null, apply this field to the entire numeric portion of the string.
181 // Case 1: currently scanning a field. in nextPosition()
190 // Entire field positio in nextPosition()
304 isIntOrGroup(Object field) isIntOrGroup() argument
309 isNumericField(Object field) isNumericField() argument
314 isTrimmable(Object field) isTrimmable() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h288 #define ENCODE_FIELD(field, value) (((unsigned)(value) & field##__MASK) << field##__SHIFT)
289 #define CLEAR_FIELD(field) (~((unsigned)field##__MASK << field##__SHIFT))
292 #define SET_FIELD(var, field, value) do { \
293 assert((value) == ((unsigned)(value) & field##__MASK)); \
294 (var) &= CLEAR_FIELD(field); \
295 (var) |= ENCODE_FIELD(field, valu
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dno_field_presence_test.cc237 // field-presence-related changes broke these. in TEST()
251 // Getter should fetch default instance, and not cause the field to become in TEST()
260 // Likewise for a lazy message field. in TEST()
262 // Getter should fetch default instance, and not cause the field to become in TEST()
271 // Test field presence of a message field on the default instance. in TEST()
288 const FieldDescriptor* field = desc->field(i); in TEST() local
289 if (field->is_repeated()) continue; in TEST()
290 EXPECT_EQ(false, r->HasField(message, field)); in TEST()
305 const FieldDescriptor* field = desc->field(i); TEST() local
502 const FieldDescriptor* field = desc->FindFieldByName("optional_lazy_message"); TEST() local
[all...]
/base/hiviewdfx/hiview/core/
H A Dplugin_config.cpp36 std::string field = ""; in StartParse() local
48 HIVIEW_LOGW("match field failed."); in StartParse()
53 field = StringUtil::TrimStr(result[fieldNameField]); in StartParse()
55 HIVIEW_LOGD("find field:%{public}s.", field.c_str()); in StartParse()
59 if (field == "plugins") { in StartParse()
61 } else if (field == "pipelines") { in StartParse()
63 } else if (field == "pipelinegroups") { in StartParse()
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dparser.rs42 .map(|field| { in derive_parser()
43 let item = Item::from_args_field(field, item.casing(), item.env_casing())?; in derive_parser()
44 Ok((field, item)) in derive_parser()
58 .map(|field| { in derive_parser()
59 let item = Item::from_args_field(field, item.casing(), item.env_casing())?; in derive_parser()
60 Ok((field, item)) in derive_parser()

Completed in 33 milliseconds

1...<<11121314151617181920>>...76