Home
last modified time | relevance | path

Searched refs:setName (Results 1 – 25 of 269) sorted by relevance

1234567891011

/third_party/icu/icu4c/source/common/
Drbbicst.pl215 foreach $setName (sort keys %charClasses) {
216 if ($setName eq "default") {
217 $charClasses{$setName} = 255;}
218 elsif ($setName eq "escaped") {
219 $charClasses{$setName} = 254;}
220 elsif ($setName eq "escapedP") {
221 $charClasses{$setName} = 253;}
222 elsif ($setName eq "eof") {
223 $charClasses{$setName} = 252;}
226 $charClasses{$setName} = $i;
[all …]
Drbbisetb.cpp472 UnicodeString setName {u"anon"}; in printRanges() local
477 setName = varRef->fText; in printRanges()
480 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRanges()
508 UnicodeString setName = UNICODE_STRING("anon", 4); in printRangeGroups() local
513 setName = varRef->fText; in printRangeGroups()
516 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRangeGroups()
551 UnicodeString setName; in printSets() local
559 setName = UNICODE_STRING("anonymous", 9); in printSets()
564 setName = varRef->fText; in printSets()
567 RBBI_DEBUG_printUnicodeString(setName); in printSets()
[all …]
/third_party/node/deps/icu-small/source/common/
Drbbicst.pl215 foreach $setName (sort keys %charClasses) {
216 if ($setName eq "default") {
217 $charClasses{$setName} = 255;}
218 elsif ($setName eq "escaped") {
219 $charClasses{$setName} = 254;}
220 elsif ($setName eq "escapedP") {
221 $charClasses{$setName} = 253;}
222 elsif ($setName eq "eof") {
223 $charClasses{$setName} = 252;}
226 $charClasses{$setName} = $i;
[all …]
Drbbisetb.cpp472 UnicodeString setName {u"anon"}; in printRanges() local
477 setName = varRef->fText; in printRanges()
480 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRanges()
508 UnicodeString setName = UNICODE_STRING("anon", 4); in printRangeGroups() local
513 setName = varRef->fText; in printRangeGroups()
516 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRangeGroups()
551 UnicodeString setName; in printSets() local
559 setName = UNICODE_STRING("anonymous", 9); in printSets()
564 setName = varRef->fText; in printSets()
567 RBBI_DEBUG_printUnicodeString(setName); in printSets()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Drbbicst.pl215 foreach $setName (sort keys %charClasses) {
216 if ($setName eq "default") {
217 $charClasses{$setName} = 255;}
218 elsif ($setName eq "escaped") {
219 $charClasses{$setName} = 254;}
220 elsif ($setName eq "escapedP") {
221 $charClasses{$setName} = 253;}
222 elsif ($setName eq "eof") {
223 $charClasses{$setName} = 252;}
226 $charClasses{$setName} = $i;
[all …]
Drbbisetb.cpp472 UnicodeString setName {u"anon"}; in printRanges() local
477 setName = varRef->fText; in printRanges()
480 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRanges()
508 UnicodeString setName = UNICODE_STRING("anon", 4); in printRangeGroups() local
513 setName = varRef->fText; in printRangeGroups()
516 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRangeGroups()
551 UnicodeString setName; in printSets() local
559 setName = UNICODE_STRING("anonymous", 9); in printSets()
564 setName = varRef->fText; in printSets()
567 RBBI_DEBUG_printUnicodeString(setName); in printSets()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dregexcst.pl237 foreach $setName (keys %charClasses) {
238 if ($setName eq "default") {
239 $charClasses{$setName} = 255;}
240 elsif ($setName eq "quoted") {
241 $charClasses{$setName} = 254;}
242 elsif ($setName eq "eof") {
243 $charClasses{$setName} = 253;}
246 print " static const uint8_t kRuleSet_$setName = $i;\n";
247 $charClasses{$setName} = $i;
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcst.pl237 foreach $setName (keys %charClasses) {
238 if ($setName eq "default") {
239 $charClasses{$setName} = 255;}
240 elsif ($setName eq "quoted") {
241 $charClasses{$setName} = 254;}
242 elsif ($setName eq "eof") {
243 $charClasses{$setName} = 253;}
246 print " static const uint8_t kRuleSet_$setName = $i;\n";
247 $charClasses{$setName} = $i;
/third_party/icu/icu4c/source/i18n/
Dregexcst.pl237 foreach $setName (keys %charClasses) {
238 if ($setName eq "default") {
239 $charClasses{$setName} = 255;}
240 elsif ($setName eq "quoted") {
241 $charClasses{$setName} = 254;}
242 elsif ($setName eq "eof") {
243 $charClasses{$setName} = 253;}
246 print " static const uint8_t kRuleSet_$setName = $i;\n";
247 $charClasses{$setName} = $i;
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java422 .setName("foo.proto") in testDescriptorValidatorException()
425 .setName("Foo") in testDescriptorValidatorException()
430 .setName("foo") in testDescriptorValidatorException()
456 .setName("foo.proto") in testDescriptorComplexCrosslink()
459 .setName("Foo") in testDescriptorComplexCrosslink()
464 .setName("foo") in testDescriptorComplexCrosslink()
470 .setName("Bar") in testDescriptorComplexCrosslink()
475 .setName("Foo") in testDescriptorComplexCrosslink()
504 FileDescriptorProto fooProto = FileDescriptorProto.newBuilder().setName("foo.proto").build(); in testDependencyOrder()
506 FileDescriptorProto.newBuilder().setName("bar.proto").addDependency("foo.proto").build(); in testDependencyOrder()
[all …]
DLiteEqualsAndHashTest.java63 .addBar(Bar.newBuilder().setName("foo1")) in testEquals()
67 .addBar(Bar.newBuilder().setName("foo1")) in testEquals()
71 .addBar(Bar.newBuilder().setName("foo2")) in testEquals()
83 Bar bar = Bar.newBuilder().setName("bar").build(); in testEquals()
84 BarPrime barPrime = BarPrime.newBuilder().setName("bar").build(); in testEquals()
93 builder.setName(""); in testOneofEquals()
106 .setName("name") in testEqualsAndHashCodeWithUnknownFields()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java439 .setName("foo.proto") in testDescriptorValidatorException()
441 .setName("Foo") in testDescriptorValidatorException()
445 .setName("foo") in testDescriptorValidatorException()
471 .setName("foo.proto") in testDescriptorComplexCrosslink()
473 .setName("Foo") in testDescriptorComplexCrosslink()
477 .setName("foo") in testDescriptorComplexCrosslink()
482 .setName("Bar") in testDescriptorComplexCrosslink()
486 .setName("Foo") in testDescriptorComplexCrosslink()
517 .setName("foo.proto") .build(); in testInvalidPublicDependency()
519 .setName("boo.proto") in testInvalidPublicDependency()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp101 AI->setName("alias"); in runOnModule()
110 GI->setName("global"); in runOnModule()
120 STy->setName((Twine("struct.") + in runOnModule()
138 F.setName(renamer.newName()); in runOnModule()
148 AI->setName("arg"); in runOnFunction()
151 BB.setName("bb"); in runOnFunction()
155 I.setName("tmp"); in runOnFunction()
DInstructionNamer.cpp37 Arg.setName("arg"); in runOnFunction()
41 BB.setName("bb"); in runOnFunction()
45 I.setName("tmp"); in runOnFunction()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBISetBuilder.java108 String setName = ""; in setDictionaryFlag() local
113 setName = varRef.fText; in setDictionaryFlag()
116 if (setName.equals("dictionary")) { in setDictionaryFlag()
455 String setName = "anon"; in printRanges() local
460 setName = varRef.fText; in printRanges()
463 System.out.print(setName); System.out.print(" "); in printRanges()
496 String setName = "anon"; in printRangeGroups() local
501 setName = varRef.fText; in printRangeGroups()
504 System.out.print(setName); System.out.print(" "); in printRangeGroups()
540 String setName; in printSets() local
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBISetBuilder.java102 String setName = ""; in isDictionaryRange() local
107 setName = varRef.fText; in isDictionaryRange()
110 if (setName.equals("dictionary")) { in isDictionaryRange()
494 String setName = "anon"; in printRanges() local
499 setName = varRef.fText; in printRanges()
502 System.out.print(setName); System.out.print(" "); in printRanges()
531 String setName = "anon"; in printRangeGroups() local
536 setName = varRef.fText; in printRangeGroups()
539 System.out.print(setName); System.out.print(" "); in printRangeGroups()
575 String setName; in printSets() local
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dstatic_unisets_test.cpp22 void assertInSet(const UnicodeString& localeName, const UnicodeString &setName,
24 void assertInSet(const UnicodeString& localeName, const UnicodeString &setName,
104 …d StaticUnicodeSetsTest::assertInSet(const UnicodeString &localeName, const UnicodeString &setName, in assertInSet() argument
110 assertInSet(localeName, setName, set, str.char32At(0)); in assertInSet()
113 …d StaticUnicodeSetsTest::assertInSet(const UnicodeString &localeName, const UnicodeString &setName, in assertInSet() argument
120 setName, set.contains(cp)); in assertInSet()
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-typing-with-this/
Darkts-no-typing-with-this-9-error.ets20 setName(name: string): Animal {
29 setName(name: string): this {
30 return super.setName(name) as this;
33 const cat = new Cat();cat.setName('Tom').meow();
Darkts-no-typing-with-this-5-error.ets20 setName(name: string): Animal {
29 setName(name: string): Animal {
30 return super.setName(name);
33 return this.setName(name) as this;
Darkts-no-typing-with-this-3-error.ets20 setName(name: string): Animal {
29 setName(name: string): Animal {
30 return super.setName(name);
33 return this.setName(name) as this;
Darkts-no-typing-with-this-7-error.ets20 setName(name: string): this {
26 person.setName('Tom').setName('Jerry');
Darkts-no-typing-with-this-1-error.ets19 setName(name: string): this;
25 setName(name: string) {
32 person.setName('Tom');
/third_party/parse5/test/utils/
Dgenerate-parsing-tests.ts11 setName: string; property
32 const setName = fileName.replace('.dat', ''); constant
38 setName,
148 const expectError = errorsToExpect.delete(`${test.idx}.${test.setName}`);
151 …`${prefix}(${test.dirName}) - ${test.idx}.${test.setName} - \`${test.input}\` (line ${test.lineNum…
/third_party/typescript/tests/baselines/reference/
DselfRef.symbols11 public setName = function(value: string): void {
12 >setName : Symbol(Test.setName, Decl(selfRef.ts, 4, 29))
/third_party/skia/bench/
DBlurRectsBench.cpp28 void setName(const SkString& name) { in setName() function in BlurRectsBench
58 this->setName(SkString("blurrectsninepatch")); in BlurRectsNinePatchBench()
69 this->setName(SkString("blurrectsnonninepatch")); in BlurRectsNonNinePatchBench()

1234567891011