Home
last modified time | relevance | path

Searched refs:MAX_INT32 (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/php/tests/
DMapFieldTest.php20 $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]);
DArrayTest.php22 $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]);
DGeneratedClassTest.php50 $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/
Derarules.cpp28 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/
Derarules.cpp31 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/
Derarules.cpp31 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/
Derarules.cpp31 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()