Home
last modified time | relevance | path

Searched refs:getFieldCount (Results 1 - 20 of 20) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DTestCase.java161 for (int i=0; i < c.getFieldCount(); i++) { in applyFields()
196 for (int i=0; i < c.getFieldCount(); i++) { in fieldsEqual()
201 for (int j=0; j<c.getFieldCount(); ++j) { in fieldsEqual()
H A DCompatibilityTest.java340 for (i=0; i<cal.getFieldCount(); ++i) { in TestGenericAPI()
380 for (i=0; i<cal.getFieldCount(); ++i) { in TestGenericAPI()
H A DCalendarRegressionTest.java1158 for (int field = 0; field < calendar.getFieldCount(); field++) { in Test4147269()
1401 for (int field=0; field < cal.getFieldCount(); ++field) { in Test4173516()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DTestCase.java158 for (int i=0; i < c.getFieldCount(); i++) { in applyFields()
193 for (int i=0; i < c.getFieldCount(); i++) { in fieldsEqual()
198 for (int j=0; j<c.getFieldCount(); ++j) { in fieldsEqual()
H A DCompatibilityTest.java337 for (i=0; i<cal.getFieldCount(); ++i) { in TestGenericAPI()
377 for (i=0; i<cal.getFieldCount(); ++i) { in TestGenericAPI()
H A DCalendarRegressionTest.java1155 for (int field = 0; field < calendar.getFieldCount(); field++) { in Test4147269()
1398 for (int field=0; field < cal.getFieldCount(); ++field) { in Test4173516()
H A DIBMCalendarTest.java2157 for (int f = 0; f < base.getFieldCount(); f++) { in checkConsistency()
/third_party/protobuf/php/tests/
H A DDescriptorsTest.php88 $this->assertSame(7, $desc->getFieldCount());
247 $this->assertSame(1, $oneofDesc->getFieldCount());
253 for ($i = 0; $i < $desc->getFieldCount(); $i++) {
/third_party/protobuf/php/src/Google/Protobuf/
H A DOneofDescriptor.php60 * @param int $index Must be >= 0 and < getFieldCount()
71 public function getFieldCount() function
H A DDescriptor.php68 * @param int $index Must be >= 0 and < getFieldCount()
79 public function getFieldCount() function
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c279 * [0, getFieldCount() - 1].
309 * OneofDescriptor::getFieldCount()
313 PHP_METHOD(OneofDescriptor, getFieldCount) { in PHP_METHOD()
321 PHP_ME(OneofDescriptor, getFieldCount, NULL, ZEND_ACC_PUBLIC)
608 * [0, getFieldCount()-1].
638 * Descriptor::getFieldCount()
642 PHP_METHOD(Descriptor, getFieldCount) { in PHP_METHOD()
706 PHP_ME(Descriptor, getFieldCount, NULL, ZEND_ACC_PUBLIC)
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java888 fields = new FieldDescriptor[proto.getFieldCount()]; in Descriptor()
889 for (int i = 0; i < proto.getFieldCount(); i++) { in Descriptor()
899 oneofs[i].fields = new FieldDescriptor[oneofs[i].getFieldCount()]; in Descriptor()
902 for (int i = 0; i < proto.getFieldCount(); i++) { in Descriptor()
2678 public int getFieldCount() { in getFieldCount() method in Descriptors.OneofDescriptor
H A DGeneratedMessageV3.java175 i += oneofDescriptor.getFieldCount() - 1; in getAllFieldsMutable()
646 i += oneofDescriptor.getFieldCount() - 1; in getAllFieldsMutable()
H A DGeneratedMessage.java135 i += oneofDescriptor.getFieldCount() - 1; in getAllFieldsMutable()
490 i += oneofDescriptor.getFieldCount() - 1; in getAllFieldsMutable()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java2353 CAL_FIELD_COUNT = cal.getFieldCount();
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormat.java2194 CAL_FIELD_COUNT = cal.getFieldCount();
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java710 assertEquals(4, oneofDescriptor.getFieldCount()); in testOneofDescriptor()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java365 * {@link #getFieldCount}. In addition, framework API has been
4420 * @param field the field, from 0..<code>getFieldCount()-1</code>
6189 * getFieldCount() - 1.
6259 * <code>0..getFieldCount()-1</code>.
6262 public final int getFieldCount() { in getFieldCount() method in Calendar
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCalendar.java364 * {@link #getFieldCount}. In addition, framework API has been
4216 * @param field the field, from 0..<code>getFieldCount()-1</code>
5926 * getFieldCount() - 1.
5991 * <code>0..getFieldCount()-1</code>.
5993 public final int getFieldCount() { in getFieldCount() method in Calendar
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 56 milliseconds