Home
last modified time | relevance | path

Searched refs:setLong (Results 1 – 25 of 44) sorted by relevance

12

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLongArrayListTest.java251 assertEquals(1L, list.setLong(0, 0)); in testSetLong()
254 assertEquals(3L, list.setLong(1, 0)); in testSetLong()
258 list.setLong(-1, 0); in testSetLong()
265 list.setLong(2, 0); in testSetLong()
535 list.setLong(0, 0); in assertImmutable()
/third_party/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp174 fta.setLong(1); ftb.setLong(2); in test_Formattable()
348 ft_arr.setLong(0); // calls 'dispose' and deletes adopted array ! in test_Formattable()
359 fta.setLong(0); // calls 'dispose' and deletes adopted string ! in test_Formattable()
Dtmsgfmt.cpp1865 args[0].setLong(3); in TestTrimArgumentName()
1888 args[0].setLong(2); in TestSelectOrdinal()
1892 args[0].setLong(1); in TestSelectOrdinal()
1896 args[0].setLong(3); in TestSelectOrdinal()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DLongArrayList.java169 return setLong(index, element); in set()
173 public long setLong(int index, long element) { in setLong() method in LongArrayList
DInternal.java640 long setLong(int index, long element);
/third_party/icu/icu4c/source/samples/msgfmt/
Dmain.cpp37 msgArgs[0].setLong(argc-1); in main()
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/answers/
Dmain_3.cpp37 msgArgs[0].setLong(argc-1); in main()
Dmain_2.cpp37 msgArgs[0].setLong(argc-1); in main()
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/
Dmain.cpp37 msgArgs[0].setLong(argc-1); in main()
/third_party/icu/icu4c/source/samples/msgfmt/answers/
Dmain_2.cpp37 msgArgs[0].setLong(argc-1); in main()
Dmain_3.cpp37 msgArgs[0].setLong(argc-1); in main()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h509 void setLong(int32_t l);
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h509 void setLong(int32_t l);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h509 void setLong(int32_t l);
/third_party/libexif/contrib/c++/
Dexif.hxx280 void setLong(unsigned int index, ExifLong value) const in setLong() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dumsg.cpp433 args[i].setLong(tInt); in umsg_vformat()
Dtimezone.cpp1403 n.setLong(kParseFailed); in parseCustomID()
1419 n.setLong(kParseFailed); in parseCustomID()
/third_party/icu/icu4c/source/i18n/
Dumsg.cpp433 args[i].setLong(tInt); in umsg_vformat()
Dtimezone.cpp1421 n.setLong(kParseFailed); in parseCustomID()
1437 n.setLong(kParseFailed); in parseCustomID()
Dfmtable.cpp543 Formattable::setLong(int32_t l) in setLong() function in Formattable
Dnfrs.cpp690 result.setLong(0); in parse()
/third_party/node/deps/icu-small/source/i18n/
Dumsg.cpp433 args[i].setLong(tInt); in umsg_vformat()
Dtimezone.cpp1421 n.setLong(kParseFailed); in parseCustomID()
1437 n.setLong(kParseFailed); in parseCustomID()
Dnfrs.cpp690 result.setLong(0); in parse()
Dfmtable.cpp543 Formattable::setLong(int32_t l) in setLong() function in Formattable

12