/external/chromium_org/third_party/icu/source/i18n/unicode/ |
rbnf.h | [all...] |
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, 456 * date/time strings into Formattable objects with UDate types. 468 * @param result Formattable to be set to the parse result. 475 * @return A newly created Formattable* object, or NUL [all...] |
decimfmt.h | 83 * Formattable fmtable; 121 * Formattable fmtable; 361 * <p>If parse(UnicodeString&,Formattable&,ParsePosition&) 363 * The convenience method parse(UnicodeString&,Formattable&,UErrorCode&) [all...] |
plurfmt.h | 135 * Formattable args1[] = {(int32_t)0}; 136 * Formattable args2[] = {(int32_t)3}; 458 UnicodeString& format(const Formattable& obj, 486 * @param result Formattable to be set to the parse result. 496 Formattable& result,
|
/external/icu4c/i18n/unicode/ |
rbnf.h | [all...] |
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...] |
plurfmt.h | 465 UnicodeString& format(const Formattable& obj, 493 * @param result Formattable to be set to the parse result. 503 Formattable& result,
|
/external/chromium_org/third_party/icu/source/i18n/ |
msgfmt.cpp | 428 argTypes = (Formattable::Type*) uprv_malloc(sizeof(*argTypes) * capacity); 436 argTypes[i] = Formattable::kString; 442 Formattable::Type* a = (Formattable::Type*) 448 a[i] = Formattable::kString; [all...] |
numfmt.cpp | 339 // NumberFormat::format(Formattable -> 342 // Or, for subclasses of Formattable that do not know about DigitList, 344 // NumberFormat::format(Formattable -> 354 Formattable f; 365 // of format(const Formattable&...) below. 369 const Formattable* num; 374 ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status); 377 const Formattable* number(void) const; 380 inline const Formattable* 385 ArgExtractor::ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status [all...] |
nfrule.h | 23 class Formattable; 71 Formattable& result) const;
|
nfsubs.h | 191 Formattable& result) const;
|
winnmfmt.h | 100 virtual void parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const;
|
/external/icu4c/test/intltest/ |
numfmtst.cpp | 145 Formattable bla("Paja Patak"); // Donald Duck for non Serbian speakers 183 virtual UnicodeString& format(const Formattable& , UnicodeString& appendTo, FieldPosition& , UErrorCode& ) const { 187 Formattable& , 190 Formattable& , 374 Formattable af; 378 if (af.getType() == Formattable::kLong) 380 else if (af.getType() == Formattable::kDouble) { 394 errln((UnicodeString)"FAIL: Non-numeric Formattable returned"); 422 Formattable af; 424 if (af.getType() == Formattable::kLong | 2665 Formattable formattable; local [all...] |
dcfmtest.cpp | 153 // Translate a Formattable::type enum value to a string, for error message formatting. 154 static const char *formattableType(Formattable::Type typ) { 163 if (typ<0 || typ>Formattable::kObject) { 322 Formattable result; 342 Formattable::Type expectType = Formattable::kDate; 344 case 'd': expectType = Formattable::kDouble; break; 345 case 'i': expectType = Formattable::kLong; break; 346 case 'l': expectType = Formattable::kInt64; break; 425 typeStr = "Formattable"; [all...] |
tchcfmt.cpp | 53 Formattable f; 171 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; 209 testArgs[0] = Formattable((int32_t)i); 275 testArgs[0] = Formattable((int32_t)i); 391 Formattable ft( (int32_t)3 ); 403 if (res1 != "third") it_errln("*** ChoiceFormat format (Formattable, ...) result!"); 405 Formattable fta[] = { (int32_t)3 }; 417 if (res1 != "third") it_errln("*** ChoiceFormat format (Formattable[], cnt, ...) result!"); 420 Formattable result; 423 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble() [all...] |
intltest.h | 66 UnicodeString toString(const Formattable& f); // liu 246 UBool assertEquals(const char* message, const Formattable& expected, 247 const Formattable& actual); 248 UBool assertEquals(const UnicodeString& message, const Formattable& expected, 249 const Formattable& actual);
|
numrgts.cpp | 39 virtual UnicodeString& format(const Formattable& obj, 63 Formattable& result, 70 Formattable& result, 412 Formattable result; 415 float floatResult = (float) (result.getType() == Formattable::kDouble 435 Formattable result; 589 Formattable d; 744 Formattable d2; [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
numfmtst.cpp | 139 Formattable bla("Paja Patak"); // Donald Duck for non Serbian speakers 176 virtual UnicodeString& format(const Formattable& , UnicodeString& appendTo, FieldPosition& , UErrorCode& ) const { 180 Formattable& , 183 Formattable& , 367 Formattable af; 371 if (af.getType() == Formattable::kLong) 373 else if (af.getType() == Formattable::kDouble) { 387 errln((UnicodeString)"FAIL: Non-numeric Formattable returned"); 415 Formattable af; 417 if (af.getType() == Formattable::kLong | 2389 Formattable formattable; local [all...] |
tchcfmt.cpp | 53 Formattable f; 161 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; 199 testArgs[0] = Formattable((int32_t)i); 263 testArgs[0] = Formattable((int32_t)i); 379 Formattable ft( (int32_t)3 ); 391 if (res1 != "third") it_errln("*** ChoiceFormat format (Formattable, ...) result!"); 393 Formattable fta[] = { (int32_t)3 }; 405 if (res1 != "third") it_errln("*** ChoiceFormat format (Formattable[], cnt, ...) result!"); 408 Formattable result; 411 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble() [all...] |
intltest.h | 43 UnicodeString toString(const Formattable& f); // liu 198 UBool assertEquals(const char* message, const Formattable& expected, 199 const Formattable& actual); 200 UBool assertEquals(const UnicodeString& message, const Formattable& expected, 201 const Formattable& actual);
|
itrbnfrt.cpp | 298 Formattable parseResult; 305 double rt = (parseResult.getType() == Formattable::kDouble) ? 325 Formattable parseResult; 332 double rt = (parseResult.getType() == Formattable::kDouble) ?
|
/external/icu4c/i18n/ |
numfmt.cpp | 411 // NumberFormat::format(Formattable -> 414 // Or, for subclasses of Formattable that do not know about DigitList, 416 // NumberFormat::format(Formattable -> 426 Formattable f; 437 // of format(const Formattable&...) below. 441 const Formattable* num; 446 ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status); 449 const Formattable* number(void) const; 452 inline const Formattable* 457 ArgExtractor::ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status [all...] |
selfmt.cpp | 69 SelectFormat::format(const Formattable& obj, 77 if (obj.getType() == Formattable::kString) { 184 Formattable& /*result*/,
|
nfrule.h | 23 class Formattable; 71 Formattable& result) const;
|
nfsubs.h | 191 Formattable& result) const;
|