Searched refs:newFormat (Results 1 - 18 of 18) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessageFormat.java671 * @param newFormat the new format to use
674 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
682 setCustomArgStartFormat(partIndex, newFormat);
703 * @param newFormat the new format to use
705 public void setFormatByArgumentName(String argumentName, Format newFormat) { argument
712 setCustomArgStartFormat(partIndex, newFormat);
730 * @param newFormat the format to use for the specified format element
734 public void setFormat(int formatElementIndex, Format newFormat) { argument
738 setCustomArgStartFormat(partIndex, newFormat);
2146 Format newFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java685 * @param newFormat the new format to use
689 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
697 setCustomArgStartFormat(partIndex, newFormat);
718 * @param newFormat the new format to use
721 public void setFormatByArgumentName(String argumentName, Format newFormat) { argument
728 setCustomArgStartFormat(partIndex, newFormat);
746 * @param newFormat the format to use for the specified format element
751 public void setFormat(int formatElementIndex, Format newFormat) { argument
755 setCustomArgStartFormat(partIndex, newFormat);
2190 Format newFormat
[all...]
/external/messageformat/java/com/ibm/icu/simple/
H A DMessageFormat.java640 * @param newFormat the new format to use
644 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
652 setCustomArgStartFormat(partIndex, newFormat);
673 * @param newFormat the new format to use
676 public void setFormatByArgumentName(String argumentName, Format newFormat) { argument
683 setCustomArgStartFormat(partIndex, newFormat);
701 * @param newFormat the format to use for the specified format element
706 public void setFormat(int formatElementIndex, Format newFormat) { argument
710 setCustomArgStartFormat(partIndex, newFormat);
2098 Format newFormat
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DMessageFormat.java690 * @param newFormat the new format to use
694 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
695 messageFormat.setFormatByArgumentIndex(argumentIndex, newFormat);
715 // * @param newFormat the new format to use
718 // public void setFormatByArgumentName(String argumentName, Format newFormat) {
735 * @param newFormat the format to use for the specified format element
740 public void setFormat(int formatElementIndex, Format newFormat) { argument
741 messageFormat.setFormat(formatElementIndex, newFormat);
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp659 Format* newFormat = NULL; local
661 newFormat = newFormats[formatNumber]->clone();
662 if (newFormat == NULL) {
666 setCustomArgStartFormat(partIndex, newFormat, status);
679 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { argument
680 LocalPointer<Format> p(newFormat);
735 MessageFormat::setFormat(int32_t n, const Format& newFormat) { argument
742 Format* new_format = newFormat.clone();
779 const Format& newFormat,
792 Format* new_format = newFormat
778 setFormat(const UnicodeString& formatName, const Format& newFormat, UErrorCode& status) argument
1340 Format* newFormat = ((Format*)(cur->value.pointer))->clone(); local
[all...]
H A Dsmpdtfmt.cpp2021 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); local
2022 if (newFormat == NULL) {
2032 newFormat->deleteIfZeroRefCount();
2038 newFormat, fSharedNumberFormatters[patternCharIndex]);
2040 newFormat->deleteIfZeroRefCount();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateTimeGeneratorTest.java572 SimpleDateFormat newFormat = new SimpleDateFormat(newPattern, locales[i]);
573 newFormat.setTimeZone(testTimeZone);
574 String formatted = newFormat.format(testDate);
577 newFormat.parse(formatted, calendar, parsePosition);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java571 SimpleDateFormat newFormat = new SimpleDateFormat(newPattern, locales[i]);
572 newFormat.setTimeZone(testTimeZone);
573 String formatted = newFormat.format(testDate);
576 newFormat.parse(formatted, calendar, parsePosition);
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1661 NumberFormat.Builder newFormat = NumberFormat.newBuilder();
1662 newFormat.mergeFrom(formattingPattern);
1664 newFormat.setPattern("(\\d+)(.*)");
1666 newFormat.setFormat("$1$2");
1672 return formatNsnUsingPattern(rawInput, newFormat, PhoneNumberFormat.NATIONAL);
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 452 milliseconds