| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| TestMessageFormat.java | 394 y.applyPattern("There are {0} files on {1} the disk"); 420 z.applyPattern("There are {0} files on {1} the disk"); 470 msg.applyPattern(formatStr); 486 msg.applyPattern(formatStr); 639 msg.applyPattern( formatStrChange ); //set msg formats to something different 700 msg.applyPattern( formatStrChange ); //set msg formats to something different 748 msg.applyPattern( formatStrChange ); //set msg formats to something different [all...] |
| DateFormatTest.java | [all...] |
| NumberFormatTest.java | [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| TestMessageFormat.java | 393 y.applyPattern("There are {0} files on {1} the disk"); 419 z.applyPattern("There are {0} files on {1} the disk"); 469 msg.applyPattern(formatStr); 485 msg.applyPattern(formatStr); 638 msg.applyPattern( formatStrChange ); //set msg formats to something different 699 msg.applyPattern( formatStrChange ); //set msg formats to something different 747 msg.applyPattern( formatStrChange ); //set msg formats to something different [all...] |
| DateFormatTest.java | [all...] |
| NumberFormatTest.java | [all...] |
| /external/icu/icu4c/source/common/ |
| uniset_props.cpp | 341 applyPattern(pattern, status); 351 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern, 354 // return applyPattern(pattern, USET_IGNORE_SPACE, NULL, status); 385 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status); 441 void UnicodeSet::applyPattern(RuleCharacterIterator& chars, 582 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec); [all...] |
| /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
| CalendarCalc.java | 333 calendars[i].applyPattern(timePattern); 536 //format.applyPattern(DEFAULT_FORMAT); 544 applyPattern(pattern); 547 public void applyPattern(String pattern) { 549 ((SimpleDateFormat)format).applyPattern(pattern); 552 // ((java.text.SimpleDateFormat)format).applyPattern(pattern);
|
| /libcore/ojluni/src/main/java/java/text/ |
| DecimalFormat.java | 85 * <code>applyPattern()</code>, or indirectly using the API methods. The 464 // Always applyPattern after the symbols are set [all...] |
| MessageFormat.java | 290 * form.applyPattern( 363 applyPattern(pattern); 381 applyPattern(pattern); 388 * <li>to the {@link #applyPattern applyPattern} 391 * <code>applyPattern</code> method, as well as 426 public void applyPattern(String pattern) { [all...] |
| SimpleDateFormat.java | 84 * using the <code>applyPattern</code> methods as desired. 371 * SimpleDateFormat} or {@linkplain #applyPattern(String) applying a [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| MessageFormat.java | 343 * Sets the locale and calls applyPattern(pattern). 351 applyPattern(pattern); 357 * Sets the locale and calls applyPattern(pattern). 370 * Sets the locale and calls applyPattern(pattern). 378 applyPattern(pattern); 383 * This affects subsequent calls to the {@link #applyPattern applyPattern} 395 * This affects subsequent calls to the {@link #applyPattern applyPattern} 413 applyPattern(existingPattern); /*ibm.3550* [all...] |
| UnicodeSet.java | 78 * <code>applyPattern()</code>/<code>toPattern()</code> API from the 81 * of the set, the method <code>applyPattern()</code> sets all 88 * <code>applyPattern()</code> methods and returned by the 329 * applyPattern(), with variables substituted and whitespace 330 * removed. For sets constructed without applyPattern(), or 428 applyPattern(pattern, null, null, IGNORE_SPACE); 441 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); 455 applyPattern(pattern, null, null, options); 471 applyPattern(pattern, pos, symbols, IGNORE_SPACE); 489 applyPattern(pattern, pos, symbols, options) [all...] |
| SimpleDateFormat.java | 67 * using the <code>applyPattern</code> methods as desired. [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| MessageFormat.java | 343 * Sets the locale and calls applyPattern(pattern). 352 applyPattern(pattern); 358 * Sets the locale and calls applyPattern(pattern). 372 * Sets the locale and calls applyPattern(pattern). 381 applyPattern(pattern); 386 * This affects subsequent calls to the {@link #applyPattern applyPattern} 399 * This affects subsequent calls to the {@link #applyPattern applyPattern} 418 applyPattern(existingPattern); /*ibm.3550* [all...] |
| UnicodeSet.java | 77 * <code>applyPattern()</code>/<code>toPattern()</code> API from the 80 * of the set, the method <code>applyPattern()</code> sets all 87 * <code>applyPattern()</code> methods and returned by the 333 * applyPattern(), with variables substituted and whitespace 334 * removed. For sets constructed without applyPattern(), or 437 applyPattern(pattern, null, null, IGNORE_SPACE); 451 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); 466 applyPattern(pattern, null, null, options); 483 applyPattern(pattern, pos, symbols, IGNORE_SPACE); 502 applyPattern(pattern, pos, symbols, options) [all...] |
| SimpleDateFormat.java | 66 * using the <code>applyPattern</code> methods as desired. [all...] |
| /external/icu/icu4c/source/i18n/ |
| msgfmt.cpp | 250 applyPattern(pattern, success); 272 applyPattern(pattern, success); 295 applyPattern(pattern, parseError, success); 472 MessageFormat::applyPattern(const UnicodeString& newPattern, 476 applyPattern(newPattern,parseError,status); 484 MessageFormat::applyPattern(const UnicodeString& pattern, 510 MessageFormat::applyPattern(const UnicodeString& pattern, 517 applyPattern(pattern, *parseError, status); [all...] |
| smpdtfmt.cpp | [all...] |
| decimfmt.cpp | 25 * 08/26/97 aliu Extensive changes to applyPattern; completely 99 * and plural currency style. And the patterns are set through applyPattern. [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| numrgts.cpp | 92 virtual void applyPattern(const UnicodeString&, UParseError&, UErrorCode&){ 644 * DecimalFormat.applyPattern(String) allows illegal patterns 657 df->applyPattern(UnicodeString("#.#.#"), status); 659 errln("df->applyPattern with illegal pattern didn't fail"); 662 //errln("applyPattern(\"#.#.#\") doesn't throw IllegalArgumentException"); 668 df->applyPattern("#0.0#0#0", status); 670 errln("df->applyPattern with illegal pattern didn't fail"); 672 //errln("applyPattern(\"#0.0#0#0\") doesn't throw IllegalArgumentException"); 806 dfFoo->applyPattern("0000;-000", status); 807 failure(status, "dfFoo->applyPattern"); [all...] |
| /external/messageformat/java/com/ibm/icu/simple/ |
| MessageFormat.java | 359 * Sets the locale and calls applyPattern(pattern). 368 applyPattern(pattern); 374 * Sets the locale and calls applyPattern(pattern). 383 applyPattern(pattern); 406 public void applyPattern(String pttrn) { 436 public void applyPattern(String pattern, MessagePattern.ApostropheMode aposMode) { 442 applyPattern(pattern); [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/ |
| maven-reporting-impl-2.0.5.jar | |
| /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/ |
| icu4j-2.6.1.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| com.ibm.icu_4.2.1.v20100412.jar | |