HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 26 - 50 of 233) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium/third_party/icu/public/i18n/unicode/
measfmt.h 18 #include "unicode/format.h"
31 * <p>To format or parse a measure object, first create a formatter
33 * object's format and parse methods.
37 * @see Format
41 class U_I18N_API MeasureFormat : public Format {
msgfmt.h 12 * 07/22/98 stephen Removed operator!= (defined in Format)
29 #include "unicode/format.h"
73 * {@link #setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status)},
74 * {@link #adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& status)},
75 * {@link #format(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& appendTo, FieldPosition& status, int32_t recursionProtection, UErrorCode& success)},
76 * {@link #format(const UnicodeString* argumentNames, const Formattable* arguments, int32_t count, UnicodeString& appendTo,UErrorCode& status)}.
86 * {@link #adoptFormats(Format** formatsToAdopt, int32_t count)},
87 * {@link #setFormats(const Format** newFormats,int32_t count)},
88 * {@link #adoptFormat(int32_t n, Format *newFormat)}
942 MessageFormat::format(const Formattable& obj, function in class:MessageFormat
    [all...]
tmutfmt.h 15 * \brief C++ API: Format and parse duration in single time unit
50 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
58 * // create time unit format instance
59 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
60 * // format a time unit amount
65 * formatted = ((Format*)format)->format(formattable, formatted, status);
67 * ((Format*)format)->parseObject(formatted, result, status)
    [all...]
plurfmt.h 79 * <code>applyPattern()</code> method. The <code>format()</code>
106 * format patterns. <code>PluralFormat</code> preserves these so that you
110 * automatically evaluate the resulting format pattern.<br/>
112 * in message texts to define a nested format pattern.<br/>
117 * <code>format()</code> method. It will be formatted using a
135 * msgFmt->format(args1, 1, result, ignore, status);
138 * msgFmt->format(args2, 1, result, ignore, status);
148 * If you use plural format strings with <code>MessageFormat</code> and want
153 * "<code>'</code>" in the number format pattern. Since
163 * constructor, this locale will be used to format the number in the messag
    [all...]
dtitvfmt.h 18 * \brief C++ API: Format and parse date interval in a language-independent manner.
49 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
108 * supported. And the interval format will be fall back to fall-back
171 * formatting: time zone, calendar type, pattern, date format symbols,
180 * the format style.
187 * Locale provides the timezone, calendar, and format symbols information.
196 * DateTime format.
212 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
218 class U_I18N_API DateIntervalFormat : public Format {
229 * @param skeleton the skeleton on which interval format based
    [all...]
  /external/icu4c/i18n/unicode/
measfmt.h 18 #include "unicode/format.h"
31 * <p>To format or parse a measure object, first create a formatter
33 * object's format and parse methods.
37 * @see Format
41 class U_I18N_API MeasureFormat : public Format {
msgfmt.h 13 * 07/22/98 stephen Removed operator!= (defined in Format)
29 #include "unicode/format.h"
73 * {@link #setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status)},
74 * {@link #adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& status)},
75 * {@link #format(const UnicodeString* argumentNames, const Formattable* arguments,
81 * <p>If this format uses named arguments, certain methods that take or
84 * UErrorCode is set to U_ILLEGAL_ARGUMENT_ERROR by format, and to
87 * {@link #adoptFormats(Format** formatsToAdopt, int32_t count)},
88 * {@link #setFormats(const Format** newFormats,int32_t count)}
976 MessageFormat::format(const Formattable& obj, function in class:MessageFormat
    [all...]
tmutfmt.h 15 * \brief C++ API: Format and parse duration in single time unit
40 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
48 * // create time unit format instance
49 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
50 * // format a time unit amount
55 * formatted = ((Format*)format)->format(formattable, formatted, status);
57 * ((Format*)format)->parseObject(formatted, result, status)
    [all...]
plurfmt.h 79 * <code>applyPattern()</code> method. The <code>format()</code>
106 * format patterns. <code>PluralFormat</code> preserves these so that you
110 * automatically evaluate the resulting format pattern.<br>
112 * in message texts to define a nested format pattern.<br>
117 * <code>format()</code> method. It will be formatted using a
135 * msgFmt->format(args1, 1, result, ignore, status);
138 * msgFmt->format(args2, 1, result, ignore, status);
148 * If you use plural format strings with <code>MessageFormat</code> and want
153 * "<code>'</code>" in the number format pattern. Since
163 * constructor, this locale will be used to format the number in the messag
    [all...]
dtitvfmt.h 19 * \brief C++ API: Format and parse date interval in a language-independent manner.
49 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
108 * supported. And the interval format will be fall back to fall-back
171 * formatting: time zone, calendar type, pattern, date format symbols,
180 * the format style.
187 * Locale provides the timezone, calendar, and format symbols information.
196 * DateTime format.
212 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
218 class U_I18N_API DateIntervalFormat : public Format {
229 * @param skeleton the skeleton on which interval format based
    [all...]
  /libcore/luni/src/main/java/java/text/
FieldPosition.java 22 * to the format method with such a parameter, then the indices will be set to
26 * various format classes (for example {@code NumberFormat.INTEGER_FIELD}) or
27 * one of the fields of type {@code Format.Field}.
36 private Format.Field myAttribute;
55 public FieldPosition(Format.Field attribute) {
69 public FieldPosition(Format.Field attribute, int field) {
131 public Format.Field getFieldAttribute() {
MessageFormat.java 40 * {@code Format} classes in that you create a {@code MessageFormat}
100 * produce a number format with the hash-sign quoted, with a result such as:
108 * <dd>The rules for using quotes within message format patterns unfortunately
124 * {@code arguments} array passed to the {@code format} methods or
128 * {@code Format} instance for the format element. The following table
129 * shows how the values map to {@code Format} instances. Combinations not shown in the
131 * for the {@code Format} subclass used.
135 * <th>Format Type</th>
136 * <th>Format Style</th
481 MessageFormat format = (MessageFormat) object; local
554 public final StringBuffer format(Object[] objects, StringBuffer buffer, method in class:MessageFormat
576 Format format = formats[i]; local
716 public final StringBuffer format(Object object, StringBuffer buffer, method in class:MessageFormat
733 public static String format(String format, Object... args) { method in class:MessageFormat
882 Format format = formats[i]; local
1089 Format format = formats[i]; local
1180 Format format = formats[i]; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
AttributeInfo.java 24 * the attribute was declared. This must include a format (string, reference, float, etc.),
31 /** Formats of the attribute. Cannot be null. Should have at least one format. */
32 private Format[] mFormats;
45 * Should have at least one format.
47 public AttributeInfo(String name, Format[] formats) {
55 * Should have at least one format.
58 public AttributeInfo(String name, Format[] formats, String javadoc) {
78 * Should have at least one format. */
79 public Format[] getFormats() {
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.h 19 jstring getMimeTypeString(JNIEnv* env, SkImageDecoder::Format format);
  /external/skia/include/core/
SkMask.h 24 the 3-channel 3D format. These are passed to SkMaskFilter objects.
27 enum Format {
58 Format fFormat;
129 static bool FormatIsLCD(Format fm) {
SkMaskFilter.h 44 /** Returns the format of the resulting mask that this subclass will return
47 virtual SkMask::Format getFormat() = 0;
  /frameworks/base/graphics/java/android/renderscript/
ProgramFragment.java 81 public enum Format {
88 Format(int id) {
95 Format format; field in class:ProgramFragment.Builder.Slot
96 Slot(EnvMode _env, Format _fmt) {
98 format = _fmt;
109 public void setTexture(EnvMode env, Format fmt, int slot)
126 tmp[1] = mSlots[0].format.mID;
130 tmp[3] = mSlots[1].format.mID;
  /external/skia/include/effects/
SkEmbossMaskFilter.h 39 virtual SkMask::Format getFormat();
SkKernel33MaskFilter.h 30 virtual SkMask::Format getFormat();
  /external/chromium/third_party/icu/source/i18n/
currfmt.cpp 36 UBool CurrencyFormat::operator==(const Format& other) const {
47 Format* CurrencyFormat::clone() const {
51 UnicodeString& CurrencyFormat::format(const Formattable& obj, function in class:CurrencyFormat
56 return fmt->format(obj, appendTo, pos, ec);
  /external/icu4c/i18n/
currfmt.cpp 36 UBool CurrencyFormat::operator==(const Format& other) const {
47 Format* CurrencyFormat::clone() const {
51 UnicodeString& CurrencyFormat::format(const Formattable& obj, function in class:CurrencyFormat
56 return fmt->format(obj, appendTo, pos, ec);
  /external/jhead/
exif.c 191 // TODO: replace the ", 0" values in this table with the correct format, e.g. ", FMT_USHORT"
383 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount)
388 switch(Format){
404 printf("Unknown format %d:", Format);
420 double ConvertAnyFormat(void * ValuePtr, int Format)
425 switch(Format){
449 // Not sure if this is correct (never seen float used in Exif format)
454 ErrNonfatal("Illegal format code %d",Format,0)
1068 int format = TagTable[i].Format; local
    [all...]
jhead.h 146 int Format; // format of data
147 char* Value; // value of data in string format
148 int DataLength; // length of string when format says Value is a string
156 int Format;
157 int DataLength; // Number of elements in Format. -1 means any length.
173 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount);
174 double ConvertAnyFormat(void * ValuePtr, int Format);
183 // Exif format descriptor stuff
244 extern char* formatStr(int format);
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 41 enum Format {
53 /** Contains the image format name.
54 * This should be consistent with Format.
56 * The format name gives a more meaningful error message than enum.
60 /** Return the compressed data's format (see Format enum)
62 virtual Format getFormat() const;
64 /** Return the compressed data's format name.
229 the decoder will attempt to decode the image into that format, unless
234 @param format On success, if format is non-null, it is set to the forma
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 62 String dot_extension(String::Format(".%s", extension));
104 return FilePath(String::Format("%s%c%s.%s", dir.c_str(), kPathSeparator,
107 return FilePath(String::Format("%s%c%s_%d.%s", dir.c_str(), kPathSeparator,

Completed in 958 milliseconds

12 3 4 5 6 7 8 910