HomeSort by relevance Sort by last modified time
    Searched refs:dfFoo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 787 DecimalFormat *dfFoo = new DecimalFormat(UnicodeString("000"), status);
790 delete dfFoo;
796 dfFoo->applyPattern("0000;-000", status);
797 failure(status, "dfFoo->applyPattern");
799 if (dfFoo->toPattern(temp) != UnicodeString("#0000"))
800 errln("dfFoo.toPattern : " + dfFoo->toPattern(temp));
802 logln(dfFoo->format((int32_t)42, temp, pos));
803 logln(dfFoo->format((int32_t)-42, temp, pos));
804 dfFoo->applyPattern("000;-000", status)
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 787 DecimalFormat *dfFoo = new DecimalFormat(UnicodeString("000"), status);
790 delete dfFoo;
796 dfFoo->applyPattern("0000;-000", status);
797 failure(status, "dfFoo->applyPattern");
799 if (dfFoo->toPattern(temp) != UnicodeString("#0000"))
800 errln("dfFoo.toPattern : " + dfFoo->toPattern(temp));
802 logln(dfFoo->format((int32_t)42, temp, pos));
803 logln(dfFoo->format((int32_t)-42, temp, pos));
804 dfFoo->applyPattern("000;-000", status)
    [all...]

Completed in 386 milliseconds