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

  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 522 DateFormat *fmtB = DateFormat::createInstance();
524 if (fmtA == NULL || fmtB == NULL){
527 delete fmtB;
533 Calendar *calB = (Calendar*) fmtB->getCalendar();
537 delete fmtB;
550 if (*fmtA != *fmtB)
556 if (*fmtA != *fmtB)
562 delete fmtB;
    [all...]
dtfmttst.cpp 354 DateFormat* fmtB = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
355 if ( fmtA == NULL || fmtB == NULL){
358 delete fmtB;
362 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
364 delete fmtB;
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
ftoa.go 76 return x.fmtB(buf)
305 // fmtB appends the string of x in the format mantissa "p" exponent
311 func (x *Float) fmtB(buf []byte) []byte {
  /prebuilts/go/linux-x86/src/math/big/
ftoa.go 76 return x.fmtB(buf)
305 // fmtB appends the string of x in the format mantissa "p" exponent
311 func (x *Float) fmtB(buf []byte) []byte {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 378 DateFormat fmtB = DateFormat.getInstance();
382 Calendar calB = fmtB.getCalendar();
389 if (!fmtA.equals(fmtB))
395 if (!fmtA.equals(fmtB))
    [all...]
DateFormatTest.java 293 DateFormat fmtB = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.FULL);
294 if (!fmtA.equals(fmtB))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 375 DateFormat fmtB = DateFormat.getInstance();
379 Calendar calB = fmtB.getCalendar();
386 if (!fmtA.equals(fmtB))
392 if (!fmtA.equals(fmtB))
    [all...]
DateFormatTest.java 290 DateFormat fmtB = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.FULL);
291 if (!fmtA.equals(fmtB))
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
ftoa.go 98 return fmtB(dst, neg, mant, exp, flt)
419 func fmtB(dst []byte, neg bool, mant uint64, exp int, flt *floatInfo) []byte {
  /prebuilts/go/linux-x86/src/strconv/
ftoa.go 98 return fmtB(dst, neg, mant, exp, flt)
419 func fmtB(dst []byte, neg bool, mant uint64, exp int, flt *floatInfo) []byte {

Completed in 971 milliseconds