/third_party/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 95 new CurrencyPluralInfo(fields->symbols->getLocale(), status), in DecimalFormat() 98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat() 109 fields = new DecimalFormatFields(); in DecimalFormat() 110 if (fields == nullptr) { in DecimalFormat() 115 fields->symbols.adoptInsteadAndCheckErrorCode(new DecimalFormatSymbols(status), status); in DecimalFormat() 117 fields->symbols.adoptInsteadAndCheckErrorCode(adoptedSymbols.orphan(), status); in DecimalFormat() 120 delete fields; in DecimalFormat() 121 fields = nullptr; in DecimalFormat() 128 if (fields == nullptr) { return; } in setParseAllInput() 129 if (value == fields->properties.parseAllInput) { return; } in setParseAllInput() [all …]
|
D | regexcst.pl | 39 @fields = split(); 44 for ($i=0; $i<@fields; $i++) { 45 if ($fields[$i] =~ /^#/) { 46 @fields = @fields[0 .. $i-1]; 51 if (@fields == 0) { 61 if (@fields[0] =~ /.*:$/) { 62 $state_name = @fields[0]; 73 if (@fields == 1) { 76 shift @fields; # shift off label field in preparation 95 if ($fields[0] =~ /^'.'$/) { [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decimfmt.cpp | 95 new CurrencyPluralInfo(fields->symbols->getLocale(), status), in DecimalFormat() 98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat() 109 fields = new DecimalFormatFields(); in DecimalFormat() 110 if (fields == nullptr) { in DecimalFormat() 115 fields->symbols.adoptInsteadAndCheckErrorCode(new DecimalFormatSymbols(status), status); in DecimalFormat() 117 fields->symbols.adoptInsteadAndCheckErrorCode(adoptedSymbols.orphan(), status); in DecimalFormat() 120 delete fields; in DecimalFormat() 121 fields = nullptr; in DecimalFormat() 128 if (fields == nullptr) { return; } in setParseAllInput() 129 if (value == fields->properties.parseAllInput) { return; } in setParseAllInput() [all …]
|
D | regexcst.pl | 39 @fields = split(); 44 for ($i=0; $i<@fields; $i++) { 45 if ($fields[$i] =~ /^#/) { 46 @fields = @fields[0 .. $i-1]; 51 if (@fields == 0) { 61 if (@fields[0] =~ /.*:$/) { 62 $state_name = @fields[0]; 73 if (@fields == 1) { 76 shift @fields; # shift off label field in preparation 95 if ($fields[0] =~ /^'.'$/) { [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decimfmt.cpp | 95 new CurrencyPluralInfo(fields->symbols->getLocale(), status), in DecimalFormat() 98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat() 109 fields = new DecimalFormatFields(); in DecimalFormat() 110 if (fields == nullptr) { in DecimalFormat() 115 fields->symbols.adoptInsteadAndCheckErrorCode(new DecimalFormatSymbols(status), status); in DecimalFormat() 117 fields->symbols.adoptInsteadAndCheckErrorCode(adoptedSymbols.orphan(), status); in DecimalFormat() 120 delete fields; in DecimalFormat() 121 fields = nullptr; in DecimalFormat() 128 if (fields == nullptr) { return; } in setParseAllInput() 129 if (value == fields->properties.parseAllInput) { return; } in setParseAllInput() [all …]
|
D | regexcst.pl | 39 @fields = split(); 44 for ($i=0; $i<@fields; $i++) { 45 if ($fields[$i] =~ /^#/) { 46 @fields = @fields[0 .. $i-1]; 51 if (@fields == 0) { 61 if (@fields[0] =~ /.*:$/) { 62 $state_name = @fields[0]; 73 if (@fields == 1) { 76 shift @fields; # shift off label field in preparation 95 if ($fields[0] =~ /^'.'$/) { [all …]
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_ar_event.hpp | 88 fields = event['fields'] %> 90 % for i in range(len(fields)): 91 % if fields[i]['size'] > 1: 92 ${fields[i]['type']} ${fields[i]['name']}[${fields[i]['size']}]; 94 ${fields[i]['type']} ${fields[i]['name']}; 105 fields = event['fields'] %> 111 % for i in range(len(fields)): 112 % if i < len(fields)-1: 113 % if fields[i]['size'] > 1: 114 ${fields[i]['type']}* ${fields[i]['name']}, [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | decimfmt.cpp | 90 new CurrencyPluralInfo(fields->symbols->getLocale(), status), in DecimalFormat() 93 fields->properties->currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat() 100 fields = new DecimalFormatFields(); in DecimalFormat() 104 if (fields == nullptr) { in DecimalFormat() 108 fields->properties.adoptInsteadAndCheckErrorCode(new DecimalFormatProperties(), status); in DecimalFormat() 109 fields->exportedProperties.adoptInsteadAndCheckErrorCode(new DecimalFormatProperties(), status); in DecimalFormat() 111 fields->symbols.adoptInsteadAndCheckErrorCode(new DecimalFormatSymbols(status), status); in DecimalFormat() 113 fields->symbols.adoptInsteadAndCheckErrorCode(adoptedSymbols.orphan(), status); in DecimalFormat() 120 if (value == fields->properties->parseAllInput) { return; } in setParseAllInput() 121 fields->properties->parseAllInput = value; in setParseAllInput() [all …]
|
D | regexcst.pl | 39 @fields = split(); 44 for ($i=0; $i<@fields; $i++) { 45 if ($fields[$i] =~ /^#/) { 46 @fields = @fields[0 .. $i-1]; 51 if (@fields == 0) { 61 if (@fields[0] =~ /.*:$/) { 62 $state_name = @fields[0]; 73 if (@fields == 1) { 76 shift @fields; # shift off label field in preparation 95 if ($fields[0] =~ /^'.'$/) { [all …]
|
/third_party/libxml2/ |
D | build_glob.py | 68 fields = string.split(line, ",") variable 71 global_functions_hdr.write("extern "+fields[0]+" *") 72 if fields[2]: 74 global_functions_hdr.write("__"+fields[1]+"(void)") 75 if fields[2]: 76 global_functions_hdr.write(")"+fields[2]) 79 writeline(global_functions_hdr,"#define "+fields[1]+" \\") 80 writeline(global_functions_hdr,"(*(__"+fields[1]+"()))") 82 if fields[2]: 83 … writeline(global_functions_hdr,"LIBXML_DLL_IMPORT extern "+fields[0]+" "+fields[1]+fields[2]+";") [all …]
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
D | FieldAccessTest.cs | 47 var fields = TestAllTypes.Descriptor.Fields; in GetValue() 48 …Assert.AreEqual(message.SingleBool, fields[TestAllTypes.SingleBoolFieldNumber].Accessor.GetValue(m… in GetValue() 49 …Assert.AreEqual(message.SingleBytes, fields[TestAllTypes.SingleBytesFieldNumber].Accessor.GetValue… in GetValue() 50 …Assert.AreEqual(message.SingleDouble, fields[TestAllTypes.SingleDoubleFieldNumber].Accessor.GetVal… in GetValue() 51 …Assert.AreEqual(message.SingleFixed32, fields[TestAllTypes.SingleFixed32FieldNumber].Accessor.GetV… in GetValue() 52 …Assert.AreEqual(message.SingleFixed64, fields[TestAllTypes.SingleFixed64FieldNumber].Accessor.GetV… in GetValue() 53 …Assert.AreEqual(message.SingleFloat, fields[TestAllTypes.SingleFloatFieldNumber].Accessor.GetValue… in GetValue() 54 …Assert.AreEqual(message.SingleForeignEnum, fields[TestAllTypes.SingleForeignEnumFieldNumber].Acces… in GetValue() 55 …Assert.AreEqual(message.SingleForeignMessage, fields[TestAllTypes.SingleForeignMessageFieldNumber]… in GetValue() 56 …Assert.AreEqual(message.SingleImportEnum, fields[TestAllTypes.SingleImportEnumFieldNumber].Accesso… in GetValue() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbicst.pl | 40 @fields = split(); 45 for ($i=0; $i<@fields; $i++) { 46 if ($fields[$i] =~ /^#/) { 47 @fields = @fields[0 .. $i-1]; 52 if (@fields == 0) { 62 if (@fields[0] =~ /.*:$/) { 63 $state_name = @fields[0]; 74 if (@fields == 1) { 77 shift @fields; # shift off label field in preparation 96 if ($fields[0] =~ /^'.'$/) { [all …]
|
/third_party/icu/icu4c/source/common/ |
D | rbbicst.pl | 40 @fields = split(); 45 for ($i=0; $i<@fields; $i++) { 46 if ($fields[$i] =~ /^#/) { 47 @fields = @fields[0 .. $i-1]; 52 if (@fields == 0) { 62 if (@fields[0] =~ /.*:$/) { 63 $state_name = @fields[0]; 74 if (@fields == 1) { 77 shift @fields; # shift off label field in preparation 96 if ($fields[0] =~ /^'.'$/) { [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbicst.pl | 40 @fields = split(); 45 for ($i=0; $i<@fields; $i++) { 46 if ($fields[$i] =~ /^#/) { 47 @fields = @fields[0 .. $i-1]; 52 if (@fields == 0) { 62 if (@fields[0] =~ /.*:$/) { 63 $state_name = @fields[0]; 74 if (@fields == 1) { 77 shift @fields; # shift off label field in preparation 96 if ($fields[0] =~ /^'.'$/) { [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbicst.pl | 40 @fields = split(); 45 for ($i=0; $i<@fields; $i++) { 46 if ($fields[$i] =~ /^#/) { 47 @fields = @fields[0 .. $i-1]; 52 if (@fields == 0) { 62 if (@fields[0] =~ /.*:$/) { 63 $state_name = @fields[0]; 74 if (@fields == 1) { 77 shift @fields; # shift off label field in preparation 96 if ($fields[0] =~ /^'.'$/) { [all …]
|
/third_party/tzdata/ |
D | zoneinfo2tdf.pl | 16 my @fields = (); 18 push @fields, $1; 20 next unless @fields; 22 my $type = lc($fields[0]); 24 @fields >= 3 or warn "bad continuation line"; 25 unshift @fields, '+', $contZone; 32 my $nfields = @fields; 37 splice(@fields, 5, $nfields-5, "@fields[5..$nfields-1]"); 39 $contZone = $fields[1] if @fields > 5; 42 @fields == 10 or warn "bad rule line"; [all …]
|
/third_party/glib/tests/ |
D | gen-casemap-txt.py | 78 def process_one(code, fields): argument 79 type_ = fields[CATEGORY] 81 upper[code] = make_hex(fields[UPPER]) 83 title[code] = make_hex(fields[TITLE]) 85 lower[code] = make_hex(fields[LOWER]) 87 title[code] = make_hex(fields[TITLE]) 89 upper[code] = make_hex(fields[UPPER]) 90 lower[code] = make_hex(fields[LOWER]) 91 title[code] = make_hex(fields[LOWER]) 97 fields = [f.strip() for f in line.split(";")] [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | FieldAccessTest.cs | 51 var fields = TestProtos.TestAllTypes.Descriptor.Fields; in GetValue() 52 …Assert.AreEqual(message.SingleBool, fields[TestProtos.TestAllTypes.SingleBoolFieldNumber].Accessor… in GetValue() 53 …Assert.AreEqual(message.SingleBytes, fields[TestProtos.TestAllTypes.SingleBytesFieldNumber].Access… in GetValue() 54 …Assert.AreEqual(message.SingleDouble, fields[TestProtos.TestAllTypes.SingleDoubleFieldNumber].Acce… in GetValue() 55 …Assert.AreEqual(message.SingleFixed32, fields[TestProtos.TestAllTypes.SingleFixed32FieldNumber].Ac… in GetValue() 56 …Assert.AreEqual(message.SingleFixed64, fields[TestProtos.TestAllTypes.SingleFixed64FieldNumber].Ac… in GetValue() 57 …Assert.AreEqual(message.SingleFloat, fields[TestProtos.TestAllTypes.SingleFloatFieldNumber].Access… in GetValue() 58 …Assert.AreEqual(message.SingleForeignEnum, fields[TestProtos.TestAllTypes.SingleForeignEnumFieldNu… in GetValue() 59 …Assert.AreEqual(message.SingleForeignMessage, fields[TestProtos.TestAllTypes.SingleForeignMessageF… in GetValue() 60 …Assert.AreEqual(message.SingleImportEnum, fields[TestProtos.TestAllTypes.SingleImportEnumFieldNumb… in GetValue() [all …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnknownFieldSetLiteSchema.java | 52 void addVarint(UnknownFieldSetLite fields, int number, long value) { in addVarint() argument 53 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_VARINT), value); in addVarint() 57 void addFixed32(UnknownFieldSetLite fields, int number, int value) { in addFixed32() argument 58 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_FIXED32), value); in addFixed32() 62 void addFixed64(UnknownFieldSetLite fields, int number, long value) { in addFixed64() argument 63 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_FIXED64), value); in addFixed64() 67 void addLengthDelimited(UnknownFieldSetLite fields, int number, ByteString value) { in addLengthDelimited() argument 68 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_LENGTH_DELIMITED), value); in addLengthDelimited() 72 void addGroup(UnknownFieldSetLite fields, int number, UnknownFieldSetLite subFieldSet) { in addGroup() argument 73 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_START_GROUP), subFieldSet); in addGroup() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Grego.java | 119 public static int[] dayToFields(long day, int[] fields) { in dayToFields() argument 120 if (fields == null || fields.length < 5) { in dayToFields() 121 fields = new int[5]; in dayToFields() 155 fields[0] = year; in dayToFields() 156 fields[1] = month; in dayToFields() 157 fields[2] = dayOfMonth; in dayToFields() 158 fields[3] = dayOfWeek; in dayToFields() 159 fields[4] = dayOfYear; in dayToFields() 161 return fields; in dayToFields() 174 public static int[] timeToFields(long time, int[] fields) { in timeToFields() argument [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Grego.java | 117 public static int[] dayToFields(long day, int[] fields) { in dayToFields() argument 118 if (fields == null || fields.length < 5) { in dayToFields() 119 fields = new int[5]; in dayToFields() 153 fields[0] = year; in dayToFields() 154 fields[1] = month; in dayToFields() 155 fields[2] = dayOfMonth; in dayToFields() 156 fields[3] = dayOfWeek; in dayToFields() 157 fields[4] = dayOfYear; in dayToFields() 159 return fields; in dayToFields() 172 public static int[] timeToFields(long time, int[] fields) { in timeToFields() argument [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | nestedTypeVariableInfersLiteral.types | 7 declare function nested<A extends string>(a: { fields: A }): Record<A, string> 8 >nested : <A extends string>(a: { fields: A;}) => Record<A, string> 9 >a : { fields: A; } 10 >fields : A 12 declare function nestedUnion<A extends string>(a: { fields: A | A[] }): Record<A, string> 13 >nestedUnion : <A extends string>(a: { fields: A | A[];}) => Record<A, string> 14 >a : { fields: A | A[]; } 15 >fields : A | A[] 31 const nestedSingle = nested({fields: "z"}) 33 >nested({fields: "z"}) : Record<"z", string> [all …]
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.cpp | 82 memset(& fields, 0, sizeof(fields)); in glsl_type() 101 memset(& fields, 0, sizeof(fields)); in glsl_type() 106 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() argument 128 this->fields.structure = rzalloc_array(this->mem_ctx, in glsl_type() 132 this->fields.structure[i] = fields[i]; in glsl_type() 133 this->fields.structure[i].name = ralloc_strdup(this->fields.structure, in glsl_type() 134 fields[i].name); in glsl_type() 138 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() argument 156 this->fields.structure = rzalloc_array(this->mem_ctx, in glsl_type() 159 this->fields.structure[i] = fields[i]; in glsl_type() [all …]
|
/third_party/jinja2/ |
D | nodes.py | 111 fields = () variable in Node 115 def __init__(self, *fields, **attributes): argument 118 if fields: 119 if len(fields) != len(self.fields): 120 if not self.fields: 126 len(self.fields), 127 len(self.fields) != 1 and "s" or "", 130 for name, arg in izip(self.fields, fields): 144 for name in self.fields: 194 if "ctx" in node.fields: [all …]
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | nodes.py | 123 fields = () variable in Node 127 def __init__(self, *fields, **attributes): argument 130 if fields: 131 if len(fields) != len(self.fields): 132 if not self.fields: 137 len(self.fields), 138 len(self.fields) != 1 and 's' or '' 140 for name, arg in izip(self.fields, fields): 155 for name in self.fields: 203 if 'ctx' in node.fields: [all …]
|