HomeSort by relevance Sort by last modified time
    Searched full:kdouble (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu4c/test/intltest/
nmfmtrt.h 50 { return (n.getType() == Formattable::kDouble); }
nmfmapts.cpp 162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) {
168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) {
178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) {
itrbnfrt.cpp 305 double rt = (parseResult.getType() == Formattable::kDouble) ?
332 double rt = (parseResult.getType() == Formattable::kDouble) ?
tsnmfmt.cpp 23 case Formattable::kDouble: return "kDouble";
302 else if (number[i].getType() != Formattable::kDouble)
nmfmtrt.cpp 290 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
324 else if(n.getType() == Formattable::kDouble) {
tfsmalls.cpp 195 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) {
262 && (ft_arr[1].getType() == Formattable::kDouble) && (ft_arr[1].getDouble() == 2.0)
dcfmapts.cpp 166 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) {
176 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) {
numfmtst.cpp 364 else if (af.getType() == Formattable::kDouble) {
    [all...]
msfmrgts.cpp 219 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break;
234 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
    [all...]
numrgts.cpp 411 float floatResult = (float) (result.getType() == Formattable::kDouble
    [all...]
  /external/icu4c/i18n/
fmtable.cpp 116 : UObject(), fType(kDouble)
215 case kDouble:
254 case kDouble:
332 case kDouble:
363 case Formattable::kDouble:
401 case Formattable::kDouble:
439 case Formattable::kDouble:
469 fType = kDouble;
671 case Formattable::kDouble :
msgfmt.cpp     [all...]
umsg.cpp 425 case Formattable::kDouble:
547 case Formattable::kDouble:
plurfmt.cpp 260 case Formattable::kDouble:
tmutfmt.cpp 211 if (amtNumber.getType() == Formattable::kDouble) {
288 if (temp.getType() == Formattable::kDouble) {
    [all...]
datefmt.cpp 124 case Formattable::kDouble:
numfmt.cpp 273 case Formattable::kDouble:
rbnf.cpp     [all...]
  /external/icu4c/samples/numfmt/
util.cpp 85 case Formattable::kDouble:
  /external/icu4c/i18n/unicode/
fmtable.h 202 kDouble,
249 * is kDouble, kLong, or kInt64.
257 * kDouble then the result is undefined.
291 * type kDouble, then a casting conversion is peformed, with
313 * kDouble and the magnitude is too large to fit in an int64, then
445 * kDouble.
  /dalvik/libcore/icu/src/main/native/
RuleBasedNumberFormat.cpp 298 if (numType == Formattable::kDouble) {
NativeDecimalFormat.cpp 531 case Formattable::kDouble:
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 578 case kDouble:
709 case kDouble:
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 827 case kDouble:
963 case kDouble:
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 172 kDouble,
    [all...]

Completed in 637 milliseconds

1 2