HomeSort by relevance Sort by last modified time
    Searched defs:fFormat (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/test/intltest/
tsnmfmt.h 34 * perform tests using aNumber and fFormat, called in many variations
38 * perform tests using aNumber and fFormat, called in many variations
54 NumberFormat* fFormat;
tsdate.h 40 * perform tests using date and fFormat, called in many variations
56 DateFormat *fFormat;
tsmthred.cpp 709 LocalPointer<NumberFormat> fFormat;
719 fFormat.adoptInstead(NumberFormat::createCurrencyInstance(Locale::getUS(), status));
727 fFormat->format(fYDDThing, fYDDStr, NULL, status);
728 fFormat->format(fBBDThing, fBBDStr, NULL, status);
749 LocalPointer<NumberFormat> fFormat; // formatter - en_US constructed currency
754 fFormat.adoptInstead(NumberFormat::createCurrencyInstance(Locale::getUS(), status));
762 if(u_strcmp(fFormat->getCurrency(), kUSD)) {
763 appendErr.append("fFormat currency != ")
766 .append(fFormat->getCurrency())
771 if(u_strcmp(gSharedData->fFormat->getCurrency(), kUSD))
    [all...]
  /external/skia/src/gpu/gl/
GrGLStencilAttachment.h 38 , fFormat(format)
47 const Format& format() const { return fFormat; }
57 Format fFormat;
GrGLCaps.h 362 GrGLenum fFormat;
367 return fFormat == rhs.fFormat
  /external/skia/experimental/PdfViewer/
chop_transparency_main.cpp 28 SkImageDecoder::Format fFormat;
  /external/skia/include/core/
SkMask.h 35 Format fFormat;
58 SkASSERT(kBW_Format == fFormat);
69 SkASSERT(kA8_Format == fFormat);
81 SkASSERT(kLCD16_Format == fFormat);
94 SkASSERT(kARGB32_Format == fFormat);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormat.java 42 private DateFormat fFormat = null;
51 fFormat = DateFormat.getInstance();
74 fFormat = DateFormat.getTimeInstance(timeStyle, locale);
88 fFormat = DateFormat.getDateInstance(dateStyle, locale);
101 fFormat = DateFormat.getDateTimeInstance(dateStyle, timeStyle, locale);
113 if (fFormat == null) {
133 if (fFormat == null) {
139 SimpleDateFormat s = (SimpleDateFormat) fFormat;
157 date[i] = fFormat.parse(string[i-1].toString());
161 errln("********** FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat.getLocale(ULocale.ACTUAL_LOCALE))
    [all...]
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 354 SkImageDecoder::Format fFormat;
371 return gFormatConversions[i].fFormat;
SkImageDecoder_WIC.cpp 75 SkImageDecoder::Format fFormat;
89 return gFormatConversions[i].fFormat;
  /external/skia/tools/
render_pictures_main.cpp 65 SkImageDecoder::Format fFormat;
84 if (gFormats[i].fFormat == format) {
  /external/skia/src/utils/win/
SkWGL_win.cpp 105 int fFormat;
142 rankedFormats[i].fFormat = formats[i];
156 return rankedFormats[idx].fFormat;
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 53 SkImageDecoder::Format fFormat;
67 if (gMimeTypes[i].fFormat == format) {
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]

Completed in 312 milliseconds