Home
last modified time | relevance | path

Searched defs:newFormats (Results 1 – 25 of 245) sorted by relevance

12345678910

/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DMessageFormat.java468 public void setFormatsByArgumentIndex(java.text.Format[] newFormats) { throw new RuntimeException("… in setFormatsByArgumentIndex()
491 public void setFormatsByArgumentName(java.util.Map<java.lang.String,java.text.Format> newFormats) {… in setFormatsByArgumentName()
516 public void setFormats(java.text.Format[] newFormats) { throw new RuntimeException("Stub!"); } in setFormats()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DMessageFormat.java467 public void setFormatsByArgumentIndex(java.text.Format[] newFormats) { throw new RuntimeException("… in setFormatsByArgumentIndex()
490 public void setFormatsByArgumentName(java.util.Map<java.lang.String,java.text.Format> newFormats) {… in setFormatsByArgumentName()
515 public void setFormats(java.text.Format[] newFormats) { throw new RuntimeException("Stub!"); } in setFormats()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DMessageFormat.java467 public void setFormatsByArgumentIndex(java.text.Format[] newFormats) { throw new RuntimeException("… in setFormatsByArgumentIndex()
490 public void setFormatsByArgumentName(java.util.Map<java.lang.String,java.text.Format> newFormats) {… in setFormatsByArgumentName()
515 public void setFormats(java.text.Format[] newFormats) { throw new RuntimeException("Stub!"); } in setFormats()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DMessageFormat.java468 public void setFormatsByArgumentIndex(java.text.Format[] newFormats) { throw new RuntimeException("… in setFormatsByArgumentIndex()
491 public void setFormatsByArgumentName(java.util.Map<java.lang.String,java.text.Format> newFormats) {… in setFormatsByArgumentName()
516 public void setFormats(java.text.Format[] newFormats) { throw new RuntimeException("Stub!"); } in setFormats()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DMessageFormat.java468 public void setFormatsByArgumentIndex(java.text.Format[] newFormats) { throw new RuntimeException("… in setFormatsByArgumentIndex()
491 public void setFormatsByArgumentName(java.util.Map<java.lang.String,java.text.Format> newFormats) {… in setFormatsByArgumentName()
516 public void setFormats(java.text.Format[] newFormats) { throw new RuntimeException("Stub!"); } in setFormats()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DMessageFormat.java467 public void setFormatsByArgumentIndex(java.text.Format[] newFormats) { throw new RuntimeException("… in setFormatsByArgumentIndex()
490 public void setFormatsByArgumentName(java.util.Map<java.lang.String,java.text.Format> newFormats) {… in setFormatsByArgumentName()
515 public void setFormats(java.text.Format[] newFormats) { throw new RuntimeException("Stub!"); } in setFormats()
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DMessageFormat.java621 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex()
652 public void setFormats(Format[] newFormats) { in setFormats()
1465 Format[] newFormats = new Format[newLength]; in makeFormat() local
H A DChoiceFormat.java378 Object[] newFormats = Arrays.copyOf(choiceFormats, choiceFormats.length); in getFormats() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java621 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex()
652 public void setFormats(Format[] newFormats) { in setFormats()
1465 Format[] newFormats = new Format[newLength]; in makeFormat() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java621 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex()
652 public void setFormats(Format[] newFormats) { in setFormats()
1465 Format[] newFormats = new Format[newLength]; in makeFormat() local
DChoiceFormat.java378 Object[] newFormats = Arrays.copyOf(choiceFormats, choiceFormats.length); in getFormats() local
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
H A DExtendedMessageFormat.java251 public void setFormats(final Format[] newFormats) { in setFormats()
262 public void setFormatsByArgumentIndex(final Format[] newFormats) { in setFormatsByArgumentIndex()
/aosp_15_r20/libcore/ojluni/src/test/java/text/Format/ChoiceFormat/
H A DBug8001209.java55 String[] newFormats = (String[])form.getFormats(); in main() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/smoothstreaming/src/test/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
H A DSsManifestTest.java101 private static Format[][] newFormats(int streamElementCount, int trackCounts) { in newFormats() method in SsManifestTest
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/smoothstreaming/src/test/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
H A DSsManifestTest.java101 private static Format[][] newFormats(int streamElementCount, int trackCounts) { in newFormats() method in SsManifestTest
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessageFormat.java579 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex()
613 public void setFormatsByArgumentName(Map<String, Format> newFormats) { in setFormatsByArgumentName()
644 public void setFormats(Format[] newFormats) { in setFormats()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DMessageFormat.java619 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex()
654 public void setFormatsByArgumentName(Map<String, Format> newFormats) { in setFormatsByArgumentName()
686 public void setFormats(Format[] newFormats) { in setFormats()
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DPairValueRecord.hh34 const ValueFormat *newFormats; member
H A DPairPosFormat1.hh136 hb_pair_t<unsigned, unsigned> newFormats = hb_pair (valueFormat[0], valueFormat[1]); in subset() local
H A DPairPosFormat2.hh283 hb_pair_t<unsigned, unsigned> newFormats = hb_pair (valueFormat1, valueFormat2); in subset() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java378 Object[] newFormats = Arrays.copyOf(choiceFormats, choiceFormats.length); in getFormats() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dmsgfmt.cpp611 MessageFormat::adoptFormats(Format** newFormats, in adoptFormats()
644 MessageFormat::setFormats(const Format** newFormats, in setFormats()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp611 MessageFormat::adoptFormats(Format** newFormats, in adoptFormats()
644 MessageFormat::setFormats(const Format** newFormats, in setFormats()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/
HDi18n.module.public.api-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/
HDstable.i18n.module.platform.api-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...

12345678910