Searched defs:fFormat (Results 1 - 19 of 19) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.h36 * perform tests using aNumber and fFormat, called in many variations
40 * perform tests using aNumber and fFormat, called in many variations
56 NumberFormat* fFormat; member in class:IntlTestNumberFormat
H A Dtsdate.h42 * perform tests using date and fFormat, called in many variations
58 DateFormat *fFormat; member in class:IntlTestDateFormat
H A Dtsmthred.cpp493 LocalPointer<NumberFormat> fFormat; member in class:ThreadSafeFormatSharedData
503 fFormat.adoptInstead(NumberFormat::createCurrencyInstance(Locale::getUS(), status));
511 fFormat->format(fYDDThing, fYDDStr, NULL, status);
512 fFormat->format(fBBDThing, fBBDStr, NULL, status);
533 LocalPointer<NumberFormat> fFormat; // formatter - en_US constructed currency member in class:ThreadSafeFormat
538 fFormat.adoptInstead(NumberFormat::createCurrencyInstance(Locale::getUS(), status));
546 if(u_strcmp(fFormat->getCurrency(), kUSD)) {
547 appendErr.append("fFormat currency != ")
550 .append(fFormat->getCurrency())
555 if(u_strcmp(gSharedData->fFormat
[all...]
/external/skia/src/gpu/vk/
H A DGrVkStencilAttachment.h35 VkFormat vkFormat() const { return fFormat.fInternalFormat; }
52 Format fFormat; member in class:GrVkStencilAttachment
H A DGrVkImage.h45 VkFormat imageFormat() const { return fInfo.fFormat; }
62 VkFormat fFormat; member in struct:GrVkImage::ImageDesc
73 , fFormat(VK_FORMAT_UNDEFINED)
H A DGrVkRenderPass.h55 VkFormat fFormat; member in struct:GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc
60 : fFormat(VK_FORMAT_UNDEFINED)
64 return (fFormat == right.fFormat &&
72 return (fFormat == desc.fFormat && fSamples == desc.fSamples);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDateFormat.java48 private DateFormat fFormat = null; field in class:IntlTestDateFormat
59 fFormat = DateFormat.getInstance();
79 fFormat = DateFormat.getTimeInstance(timeStyle, locale);
93 fFormat = DateFormat.getDateInstance(dateStyle, locale);
106 fFormat = DateFormat.getDateTimeInstance(dateStyle, timeStyle, locale);
119 if (fFormat == null) {
139 if (fFormat == null) {
145 SimpleDateFormat s = (SimpleDateFormat) fFormat;
163 date[i] = fFormat.parse(string[i-1].toString());
167 errln("********** FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormat.java47 private DateFormat fFormat = null; field in class:IntlTestDateFormat
58 fFormat = DateFormat.getInstance();
78 fFormat = DateFormat.getTimeInstance(timeStyle, locale);
92 fFormat = DateFormat.getDateInstance(dateStyle, locale);
105 fFormat = DateFormat.getDateTimeInstance(dateStyle, timeStyle, locale);
118 if (fFormat == null) {
138 if (fFormat == null) {
144 SimpleDateFormat s = (SimpleDateFormat) fFormat;
162 date[i] = fFormat.parse(string[i-1].toString());
166 errln("********** FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat
[all...]
/external/skia/include/gpu/vk/
H A DGrVkTypes.h54 VkFormat fFormat; member in struct:GrVkImageInfo
/external/skia/src/gpu/gl/
H A DGrGLStencilAttachment.h37 , fFormat(format)
46 const Format& format() const { return fFormat; }
58 Format fFormat; member in class:GrGLStencilAttachment
H A DGrGLCaps.h442 ReadPixelsFormat() : fFormat(0), fType(0) {}
443 GrGLenum fFormat; member in struct:GrGLCaps::ReadPixelsFormat
/external/skia/include/core/
H A DSkMask.h37 Format fFormat; member in struct:SkMask
60 SkASSERT(kBW_Format == fFormat);
71 SkASSERT(kA8_Format == fFormat);
83 SkASSERT(kLCD16_Format == fFormat);
96 SkASSERT(kARGB32_Format == fFormat);
/external/dng_sdk/source/
H A Ddng_date_time.h340 dng_date_time_format fFormat; member in class:dng_date_time_storage_info
/external/skia/src/sksl/ir/
H A DSkSLLayout.h105 , fFormat(format)
122 , fFormat(Format::kUnspecified)
171 if (Format::kUnspecified != fFormat) {
172 result += separator + FormatToStr(fFormat);
236 fFormat == other.fFormat &&
260 Format fFormat; member in struct:SkSL::Layout
/external/skia/include/gpu/
H A DGrProcessor.h326 GrImageStorageFormat format() const { return fFormat; }
338 GrImageStorageFormat fFormat; member in class:GrProcessor::ImageStorageAccess
/external/skia/src/utils/win/
H A DSkWGL_win.cpp107 int fFormat; member in struct:__anon17198::PixelFormat
147 rankedFormats[i].fFormat = formats[i];
161 return rankedFormats[idx].fFormat;
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3110 milliseconds