/external/icu4c/i18n/ |
D | fmtable.cpp | 129 fType = kDouble; in Formattable() 236 case kDouble: in operator =() 287 case kDouble: in operator ==() 373 case kDouble: in isNumeric() 404 case Formattable::kDouble: in getLong() 448 case Formattable::kDouble: in getInt64() 493 case Formattable::kDouble: in getDouble() 523 fType = kDouble; in setDouble() 705 case kDouble: in getDecimalNumber() 750 fType = kDouble; in adoptDigitList() [all …]
|
D | datefmt.cpp | 124 case Formattable::kDouble: in format() 159 case Formattable::kDouble: in format()
|
D | umsg.cpp | 426 case Formattable::kDouble: in umsg_vformat() 550 case Formattable::kDouble: in umsg_vparse()
|
D | msgfmt.cpp | 1525 formattableType = Formattable::kDouble; in cacheExplicitFormats() 1557 formattableType = Formattable::kDouble; in createAppropriateFormat() 1605 formattableType = Formattable::kDouble; in createAppropriateFormat() 1609 formattableType = Formattable::kDouble; in createAppropriateFormat() 1613 formattableType = Formattable::kDouble; in createAppropriateFormat()
|
D | numfmt.cpp | 497 case Formattable::kDouble: in format() 535 case Formattable::kDouble: in format()
|
D | tmutfmt.cpp | 211 if (amtNumber.getType() == Formattable::kDouble) { in format() 289 if (temp.getType() == Formattable::kDouble) { in parseObject()
|
D | rbnf.cpp | 1209 if (result.getType() == Formattable::kDouble) { in parse()
|
/external/v8/src/ |
D | type-info.h | 71 static TypeInfo Double() { return TypeInfo(kDouble); } in Double() 90 t == kDouble || in FromInt() 160 return ((type_ & kDouble) == kDouble); in IsDouble() 185 case kDouble: return "Double"; in ToString() 201 kDouble = 0x19, // 0011001 enumerator
|
D | hydrogen-instructions.h | 296 kDouble, enumerator 307 static Representation Double() { return Representation(kDouble); } in Double() 318 bool IsDouble() const { return kind_ == kDouble; } in IsDouble() 321 return kind_ == kInteger32 || kind_ == kDouble; in IsSpecialization() 2303 return non_phi_uses_[Representation::kDouble]; 2312 return indirect_uses_[Representation::kDouble];
|
/external/icu4c/test/intltest/ |
D | nmfmapts.cpp | 162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI() 168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI() 178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) { in testAPI()
|
D | nmfmtrt.h | 50 { return (n.getType() == Formattable::kDouble); } in isDouble()
|
D | itrbnfrt.cpp | 305 double rt = (parseResult.getType() == Formattable::kDouble) ? in doTest() 332 double rt = (parseResult.getType() == Formattable::kDouble) ? in doTest()
|
D | numrgts.cpp | 412 float floatResult = (float) (result.getType() == Formattable::kDouble in assignFloatValue() 2164 if (num.getType() == Formattable::kDouble && 2490 num.getType() != Formattable::kDouble) { 2494 double d = num.getType() == Formattable::kDouble ? 2617 if (val.getType() == Formattable::kDouble && 2725 TEST_ASSERT(Formattable::kDouble == val.getType()); 2736 TEST_ASSERT(Formattable::kDouble == val.getType()); 2774 TEST_ASSERT(Formattable::kDouble == val.getType()); 2784 TEST_ASSERT(Formattable::kDouble == val.getType()); 2803 TEST_ASSERT(Formattable::kDouble == val.getType()); [all …]
|
D | nmfmtrt.cpp | 292 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test() 326 else if(n.getType() == Formattable::kDouble) { in typeOf()
|
D | tfsmalls.cpp | 195 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) { in test_Formattable() 262 && (ft_arr[1].getType() == Formattable::kDouble) && (ft_arr[1].getDouble() == 2.0) in test_Formattable()
|
D | tsnmfmt.cpp | 24 case Formattable::kDouble: return "kDouble"; in formattableTypeName() 313 else if (number[i].getType() != Formattable::kDouble) in tryIt()
|
D | numfmtst.cpp | 377 else if (af.getType() == Formattable::kDouble) { in TestExponential() 1037 if (U_FAILURE(status) ||n.getType() != Formattable::kDouble || in TestLenientParse() 1050 if (U_FAILURE(status) ||n.getType() != Formattable::kDouble || in TestLenientParse() 2347 } else if (b.getType() == Formattable::kDouble) { in equalValue() 2350 } else if (a.getType() == Formattable::kDouble) { in equalValue() 2359 } else if (b.getType() == Formattable::kDouble) { in equalValue() 3109 (parseRes.getType() == Formattable::kDouble && in TestMultiCurrencySign() 3201 (result.getType() == Formattable::kDouble && in TestDecimalFormatCurrencyParse() 3291 (parseResult.getType() == Formattable::kDouble && in TestCurrencyIsoPluralFormat() 3297 if (parseResult.getType() == Formattable::kDouble) { in TestCurrencyIsoPluralFormat() [all …]
|
D | dcfmapts.cpp | 173 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI() 183 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI()
|
D | dcfmtest.cpp | 335 case 'd': expectType = Formattable::kDouble; break; in execParseTest()
|
D | msfmrgts.cpp | 222 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break; in Test4031438() 237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break; in Test4031438()
|
D | intltest.cpp | 144 case Formattable::kDouble: in _toString()
|
D | tmsgfmt.cpp | 222 case Formattable::kDouble :
|
/external/icu4c/samples/numfmt/ |
D | util.cpp | 85 case Formattable::kDouble: in formattableToString()
|
/external/icu4c/i18n/unicode/ |
D | fmtable.h | 222 kDouble, enumerator
|
/external/icu4c/test/perf/DateFmtPerf/ |
D | DateFmtPerf.h | 301 case Formattable::kDouble: in formattableToString()
|