HomeSort by relevance Sort by last modified time
    Searched full:getdouble (Results 101 - 125 of 178) sorted by null

1 2 3 45 6 7 8

  /external/icu4c/i18n/
numfmt.cpp 420 double dnum = number.getDouble();
438 double dnum = number.getDouble();
467 format(n->getDouble(), appendTo, pos);
505 format(n->getDouble(), appendTo, posIter, status);
    [all...]
plurfmt.cpp 261 return format((int32_t)obj.getDouble(), appendTo, pos, status);
datefmt.cpp 125 date = (UDate)obj.getDouble();
160 date = (UDate)obj.getDouble();
tmutfmt.cpp 211 number = amtNumber.getDouble();
288 tmpNumber = temp.getDouble();
    [all...]
unum.cpp 416 return res.getDouble(*status);
466 return res.getDouble(*status);
digitlst.h 187 double getDouble(void) const;
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 303 sprintf(buf, "%gD", f.getDouble());
  /frameworks/base/core/java/android/database/
AbstractCursor.java 52 abstract public double getDouble(int column);
DatabaseUtils.java 290 success = window.putDouble(cursor.getDouble(i), position, i);
701 values.put(key, cursor.getDouble(colIndex));
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageOrderManagerTest.java 378 @Override public double getDouble(int column) {
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 340 public double getDouble(int columnIndex) {
  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 455 method = "getDouble",
560 assertEquals(NUMBER_DOUBLE, cursorWrapper.getDouble(columnDouble), 0.000000000001);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 395 public double getDouble(int columnIndex) throws SQLException {
399 public double getDouble(String columnName) throws SQLException {
  /external/chromium/base/
values.cc 433 bool DictionaryValue::GetDouble(const std::string& path,
745 bool ListValue::GetDouble(size_t index, double* out_value) const {
values.h 263 bool GetDouble(const std::string& path, double* out_value) const;
381 bool GetDouble(size_t index, double* out_value) const;
values_unittest.cc 77 ASSERT_FALSE(mixed_list->GetDouble(1, &double_value));
88 ASSERT_TRUE(mixed_list->GetDouble(2, &double_value));
  /external/chromium/net/base/
transport_security_state.cc 366 !state->GetDouble("expiry", &expiry)) {
407 if (state->GetDouble("created", &created)) {
  /external/icu4c/test/intltest/
tchcfmt.cpp 411 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
419 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 452 public double getDouble(int columnIndex) throws SQLException {
474 public double getDouble(String columnName) throws SQLException {
476 return getDouble(col);
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 1013 public double getDouble(String key) {
1015 return getDouble(key, 0.0);
1025 public double getDouble(String key, double defaultValue) {
    [all...]
  /dalvik/tests/046-reflect/src/
Main.java 239 double staticDoubleVal = field.getDouble(null);
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 394 double vol = prefs_->GetDouble(prefs::kAudioVolume);
  /external/chromium/chrome/browser/prefs/
pref_service.h 202 double GetDouble(const char* path) const;
  /external/chromium/chrome/common/
json_schema_validator.cc 33 if (value->GetDouble(key, number))
  /external/collada/src/dae/
daeSIDResolver.cpp 469 daeDouble *daeSIDResolver::getDouble()

Completed in 517 milliseconds

1 2 3 45 6 7 8