Searched refs:MAX_INT32 (Results 1 – 7 of 7) sorted by relevance
/third_party/protobuf/php/tests/ |
D | MapFieldTest.php | 20 $arr[MAX_INT32] = MAX_INT32; 21 $this->assertSame(MAX_INT32, $arr[MAX_INT32]); 25 $this->assertTrue(isset($arr[MAX_INT32])); 27 unset($arr[MAX_INT32]); 37 $this->assertSame(MAX_INT32, $arr[MAX_INT32]); 53 $this->assertSame(MAX_INT32, $arr[MAX_INT32]);
|
D | ArrayTest.php | 22 $arr[] = MAX_INT32; 23 $this->assertSame(MAX_INT32, $arr[0]); 30 $this->assertSame(MAX_INT32, $arr[3]); 32 $this->assertSame(MAX_INT32, $arr[4]); 39 $this->assertSame(MAX_INT32, $arr[7]); 49 $arr[0] = MAX_INT32; 50 $this->assertSame(MAX_INT32, $arr[0]); 57 $this->assertSame(MAX_INT32, $arr[3]); 59 $this->assertSame(MAX_INT32, $arr[4]); 66 $this->assertSame(MAX_INT32, $arr[7]);
|
D | GeneratedClassTest.php | 50 $m->setOptionalInt32(MAX_INT32); 51 $this->assertSame(MAX_INT32, $m->getOptionalInt32()); 59 $this->assertSame(MAX_INT32, $m->getOptionalInt32()); 69 $this->assertSame(MAX_INT32, $m->getOptionalInt32()); 86 $m->setTrueOptionalInt32(MAX_INT32); 88 $this->assertSame(MAX_INT32, $m->getTrueOptionalInt32());
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | erarules.cpp | 28 static const int32_t MAX_INT32 = 0x7FFFFFFF; variable 125 int32_t firstTentativeIdx = MAX_INT32; in createInstance() 219 if (firstTentativeIdx < MAX_INT32 && !includeTentativeEra) { in createInstance() 243 int year = MAX_INT32; // bogus value in getStartYear()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | erarules.cpp | 31 static const int32_t MAX_INT32 = 0x7FFFFFFF; variable 128 int32_t firstTentativeIdx = MAX_INT32; in createInstance() 222 if (firstTentativeIdx < MAX_INT32 && !includeTentativeEra) { in createInstance() 246 int year = MAX_INT32; // bogus value in getStartYear()
|
/third_party/icu/icu4c/source/i18n/ |
D | erarules.cpp | 31 static const int32_t MAX_INT32 = 0x7FFFFFFF; variable 128 int32_t firstTentativeIdx = MAX_INT32; in createInstance() 222 if (firstTentativeIdx < MAX_INT32 && !includeTentativeEra) { in createInstance() 246 int year = MAX_INT32; // bogus value in getStartYear()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | erarules.cpp | 31 static const int32_t MAX_INT32 = 0x7FFFFFFF; variable 128 int32_t firstTentativeIdx = MAX_INT32; in createInstance() 222 if (firstTentativeIdx < MAX_INT32 && !includeTentativeEra) { in createInstance() 246 int year = MAX_INT32; // bogus value in getStartYear()
|