Searched defs:applyPattern (Results 1 - 25 of 42) sorted by relevance

12

/external/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h77 applyPattern(pattern, errorCode);
128 UBool applyPattern(const UnicodeString &pattern, UErrorCode &errorCode) { function in class:U_FINAL
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSelectFormat.java170 applyPattern(pattern);
190 public void applyPattern(String pattern) { method in class:SelectFormat
372 applyPattern(pattern);
H A DPluralFormat.java75 * <code>applyPattern()</code> method. The <code>format()</code>
279 applyPattern(pattern);
296 applyPattern(pattern);
311 applyPattern(pattern);
327 applyPattern(pattern);
342 applyPattern(pattern);
358 applyPattern(pattern);
399 public void applyPattern(String pattern) { method in class:PluralFormat
847 applyPattern(pattern);
H A DDecimalFormat.java127 * see {@link #applyPattern} for more information.
445 public synchronized void applyPattern(String pattern) { method in class:DecimalFormat
458 * Converts the given string to standard notation and then parses it using {@link #applyPattern}.
470 applyPattern(pattern);
2024 * df.applyPattern("#.");
2038 * df.applyPattern("#");
2200 * string. See a list of properties in {@link #applyPattern}.
H A DMessageFormat.java343 * 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(existingPatter
443 public void applyPattern(String pttrn) { method in class:MessageFormat
472 public void applyPattern(String pattern, MessagePattern.ApostropheMode aposMode) { method in class:MessageFormat
[all...]
H A DSimpleDateFormat.java67 * using the <code>applyPattern</code> methods as desired.
3871 public void applyPattern(String pat) method in class:SimpleDateFormat
H A DUnicodeSet.java78 * <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(patter
544 public final UnicodeSet applyPattern(String pattern) { method in class:UnicodeSet
558 public UnicodeSet applyPattern(String pattern, boolean ignoreWhitespace) { method in class:UnicodeSet
573 public UnicodeSet applyPattern(String pattern, int options) { method in class:UnicodeSet
2340 public UnicodeSet applyPattern(String pattern, method in class:UnicodeSet
2405 private void applyPattern(RuleCharacterIterator chars, SymbolTable symbols, method in class:UnicodeSet
[all...]
/external/icu/icu4c/source/common/
H A Duniset_closure.cpp64 applyPattern(pattern, options, symbols, status);
85 applyPattern(pattern, pos, options, symbols, status);
95 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern, function in class:UnicodeSet
100 applyPattern(pattern, pos, options, symbols, status);
116 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern, function in class:UnicodeSet
132 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);
H A Duniset_props.cpp341 applyPattern(pattern, status);
351 UnicodeSet& UnicodeSet::applyPattern(const UnicodeString& pattern, function in class:UnicodeSet
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, function in class:UnicodeSet
582 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSelectFormat.java172 applyPattern(pattern);
193 public void applyPattern(String pattern) { method in class:SelectFormat
382 applyPattern(pattern);
H A DPluralFormat.java74 * <code>applyPattern()</code> method. The <code>format()</code>
288 applyPattern(pattern);
306 applyPattern(pattern);
322 applyPattern(pattern);
339 applyPattern(pattern);
355 applyPattern(pattern);
371 applyPattern(pattern);
413 public void applyPattern(String pattern) { method in class:PluralFormat
870 applyPattern(pattern);
H A DDecimalFormat.java126 * see {@link #applyPattern} for more information.
451 public synchronized void applyPattern(String pattern) { method in class:DecimalFormat
464 * Converts the given string to standard notation and then parses it using {@link #applyPattern}.
477 applyPattern(pattern);
2193 * df.applyPattern("#.");
2207 * df.applyPattern("#");
2381 * string. See a list of properties in {@link #applyPattern}.
H A DMessageFormat.java343 * 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(existingPatter
451 public void applyPattern(String pttrn) { method in class:MessageFormat
481 public void applyPattern(String pattern, MessagePattern.ApostropheMode aposMode) { method in class:MessageFormat
[all...]
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMiniMessageFormatter.java42 public MiniMessageFormatter applyPattern(String msg) { method in class:MiniMessageFormatter
/external/icu/icu4c/source/i18n/
H A Dselfmt.cpp48 applyPattern(pat, status);
59 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { function in class:SelectFormat
H A Dchoicfmt.cpp19 * 06/04/97 helena Fixed applyPattern(), toPattern() and not to include
82 applyPattern(newPattern, status);
131 applyPattern(newPattern,parseError, status);
222 // calls the overloaded applyPattern method.
225 ChoiceFormat::applyPattern(const UnicodeString& pattern, function in class:ChoiceFormat
236 ChoiceFormat::applyPattern(const UnicodeString& pattern, function in class:ChoiceFormat
340 applyPattern(result, errorCode);
H A Dplurfmt.cpp88 applyPattern(pat, status);
99 applyPattern(pat, status);
110 applyPattern(pat, status);
122 applyPattern(pat, status);
134 applyPattern(pat, status);
193 PluralFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { function in class:PluralFormat
H A Ddecimfmtimpl.cpp69 applyPattern(pattern, FALSE, parseError, status);
86 applyPattern(pattern, FALSE, parseError, status);
789 applyPattern(pattern, FALSE, perror, status);
794 DecimalFormatImpl::applyPattern( function in class:DecimalFormatImpl
797 applyPattern(pattern, FALSE, perror, status);
802 DecimalFormatImpl::applyPattern( function in class:DecimalFormatImpl
805 applyPattern(pattern, FALSE, perror, status);
813 applyPattern(pattern, TRUE, perror, status);
821 applyPattern(pattern, TRUE, perror, status);
826 DecimalFormatImpl::applyPattern( function in class:DecimalFormatImpl
[all...]
H A Dmsgfmt.cpp250 applyPattern(pattern, success);
272 applyPattern(pattern, success);
295 applyPattern(pattern, parseError, success);
472 MessageFormat::applyPattern(const UnicodeString& newPattern, function in class:MessageFormat
476 applyPattern(newPattern,parseError,status);
484 MessageFormat::applyPattern(const UnicodeString& pattern, function in class:MessageFormat
510 MessageFormat::applyPattern(const UnicodeString& pattern, function in class:MessageFormat
517 applyPattern(pattern, *parseError, status);
1213 subMsgFormat.applyPattern(sb, UMSGPAT_APOS_DOUBLE_REQUIRED, NULL, success);
1708 decfmt->applyPattern(styl
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DSimpleDateFormat.java42 * using the <code>applyPattern</code> methods as desired.
374 public void applyPattern(String pat) { method in class:SimpleDateFormat
375 ((java.text.SimpleDateFormat)dateFormat).applyPattern(pat);
H A DDecimalFormat.java109 * <em>symbols</em>. The pattern may be set directly using {@link #applyPattern}, or
542 * location, {@link #applyPattern} throws an {@link IllegalArgumentException}. If there
628 ((java.text.DecimalFormat)numberFormat).applyPattern(((java.text.DecimalFormat)jdkNfmt).toPattern());
1437 * @see #applyPattern
1448 * @see #applyPattern
1538 public void applyPattern(String pattern) { method in class:DecimalFormat
1539 ((java.text.DecimalFormat)numberFormat).applyPattern(pattern);
H A DMessageFormat.java361 * form.applyPattern(
481 * This affects subsequent calls to the {@link #applyPattern applyPattern}
495 * This affects subsequent calls to the {@link #applyPattern applyPattern}
541 public void applyPattern(String pttrn) { method in class:MessageFormat
542 messageFormat.applyPattern(pttrn);
561 // public void applyPattern(String pattern, MessagePattern.ApostropheMode aposMode) {
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java333 calendars[i].applyPattern(timePattern);
536 //format.applyPattern(DEFAULT_FORMAT);
544 applyPattern(pattern);
547 public void applyPattern(String pattern) { method in class:CalendarCalcFrame.CalendarRec
549 ((SimpleDateFormat)format).applyPattern(pattern);
552 // ((java.text.SimpleDateFormat)format).applyPattern(pattern);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DSimpleDateFormatICU.java57 public void applyPattern(String pattern) { method in class:SimpleDateFormatICU
58 fIcuSdf.applyPattern(pattern);
H A DDecimalFormatICU.java55 public void applyPattern(String pattern) { method in class:DecimalFormatICU
56 fIcuDecfmt.applyPattern(pattern);

Completed in 895 milliseconds

12