HomeSort by relevance Sort by last modified time
    Searched full:formattable (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/icu4c/i18n/
format.cpp 109 Format::format(const Formattable& obj,
125 Format::format(const Formattable& /* unused obj */,
142 Formattable& result,
nfrs.h 54 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
reldtfmt.h 106 * Format an object to produce a string. This method handles Formattable
107 * objects with a UDate type. If a the Formattable object type is not a Date,
119 virtual UnicodeString& format(const Formattable& obj,
reldtfmt.cpp 173 Formattable timeDatePatterns[] = { fTimePattern, datePattern };
185 RelativeDateFormat::format(const Formattable& obj,
270 Formattable timeDatePatterns[] = { fTimePattern, fDatePattern };
343 Formattable timeDatePatterns[] = { fTimePattern, fDatePattern };
tzgnames.cpp 571 Formattable param[] = {
572 Formattable(country)
585 Formattable param[] = {
586 Formattable(city),
838 Formattable param[] = {
839 Formattable(location),
840 Formattable(mzDisplayName)
    [all...]
choicfmt.cpp 468 ChoiceFormat::format(const Formattable* objs,
498 ChoiceFormat::format(const Formattable& obj,
509 Formattable& result,
575 // Parses the text and return the Formattable object.
579 Formattable& result,
nfsubs.cpp 163 Formattable& result) const;
231 Formattable& result) const;
304 Formattable& result) const;
339 Formattable& result) const
707 Formattable& result) const
    [all...]
winnmfmt.h 97 virtual void parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const;
  /external/icu4c/test/intltest/
sdtfmtts.cpp 142 Formattable fD(d, Formattable::kIsDate);
153 errln("ERROR: format(Formattable [Date]) failed");
numfmtst.cpp 150 Formattable bla("Paja Patak"); // Donald Duck for non Serbian speakers
188 virtual UnicodeString& format(const Formattable& , UnicodeString& appendTo, FieldPosition& , UErrorCode& ) const {
192 Formattable& ,
195 Formattable& ,
379 Formattable af;
383 if (af.getType() == Formattable::kLong)
385 else if (af.getType() == Formattable::kDouble) {
399 errln((UnicodeString)"FAIL: Non-numeric Formattable returned");
427 Formattable af;
429 if (af.getType() == Formattable::kLong |
2670 Formattable formattable; local
    [all...]
tmsgfmt.h 74 Formattable* args , int32_t numOfArgs ,
intltest.cpp 128 UnicodeString _toString(const Formattable& f) {
131 case Formattable::kDate:
144 case Formattable::kDouble:
147 case Formattable::kLong:
151 case Formattable::kInt64:
155 case Formattable::kString:
159 case Formattable::kArray:
162 const Formattable* array = f.getArray(n);
173 case Formattable::kObject: {
183 s = UnicodeString("Unknown Formattable type=") + (int32_t)f.getType()
    [all...]
  /external/webkit/Source/WebCore/platform/text/
LocalizedNumberICU.cpp 68 Formattable result;
  /external/icu4c/i18n/unicode/
datefmt.h 218 * Format an object to produce a string. This method handles Formattable
219 * objects with a UDate type. If a the Formattable object type is not a Date,
231 virtual UnicodeString& format(const Formattable& obj,
237 * Format an object to produce a string. This method handles Formattable
238 * objects with a UDate type. If a the Formattable object type is not a Date,
251 virtual UnicodeString& format(const Formattable& obj,
385 UnicodeString& format(const Formattable& obj,
491 * date/time strings into Formattable objects with UDate types.
503 * @param result Formattable to be set to the parse result.
513 Formattable& result
    [all...]
choicfmt.h 418 virtual UnicodeString& format(const Formattable* objs,
437 virtual UnicodeString& format(const Formattable& obj,
453 UnicodeString& format(const Formattable& obj,
492 * @param result Formattable to be set to the parse result.
500 Formattable& result,
510 * @param result Formattable to be set to the parse result.
516 Formattable& result,
663 ChoiceFormat::format(const Formattable& obj,
selfmt.h 166 * Formattable args1[] = {"Kirti","female"};
278 * If the Formattable object is not a <code>UnicodeString</code>,
290 UnicodeString& format(const Formattable& obj,
318 * @param result Formattable to be set to the parse result.
328 Formattable& result,
curramt.h 47 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
tmutamt.h 45 TimeUnitAmount(const Formattable& number,
dtitvfmt.h 369 * Format an object to produce a string. This method handles Formattable
371 * If a the Formattable object type is not a DateInterval,
384 virtual UnicodeString& format(const Formattable& obj,
439 * date time interval strings into Formattable objects with
452 * @param result Formattable to be set to the parse result.
456 * @return A newly created Formattable* object, or NULL
462 Formattable& result,
    [all...]
tzfmt.h 483 * This method handles Formattable objects with a <code>TimeZone</code>. If a the Formattable
492 virtual UnicodeString& format(const Formattable& obj, UnicodeString& appendTo,
497 * time zone display strings into Formattable objects with <code>TimeZone</code>.
499 * @param result Formattable to be set to the parse result. If parse fails, return contents are undefined.
503 * @return A newly created Formattable* object, or NULL on failure. The caller owns this and should
507 virtual void parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const;
    [all...]
smpdtfmt.h 435 * @param obj A Formattable containing the date-time value to be formatted
436 * into a date-time string. If the type of the Formattable
447 virtual UnicodeString& format( const Formattable& obj,
459 * @param obj A Formattable containing the date-time value to be formatted
460 * into a date-time string. If the type of the Formattable
472 virtual UnicodeString& format( const Formattable& obj,
517 UnicodeString& format(const Formattable& obj,
    [all...]
  /external/icu4c/samples/msgfmt/
README.TXT 64 "date" element, and you will need to use Formattable.
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 298 Formattable res;
332 case Formattable::kDouble: return doubleValueOf(env, res.getDouble());
333 case Formattable::kLong: return longValueOf(env, res.getLong());
334 case Formattable::kInt64: return longValueOf(env, res.getInt64());
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContext3DCG.cpp 74 const static GraphicsContext3D::SourceDataFormat formatTable[SourceFormatBaseNumFormats][4] = { // SourceDataFormatBase x bitsPerComponent x endian
89 return formatTable[formatBase][(is16BitFormat ? 2 : 0) + (bigEndian ? 1 : 0)];
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp     [all...]

Completed in 1891 milliseconds

1 23 4 5