/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | MessageFormat.java | 468 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 D | MessageFormat.java | 467 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 D | MessageFormat.java | 467 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 D | MessageFormat.java | 468 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 D | MessageFormat.java | 468 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 D | MessageFormat.java | 467 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 D | MessageFormat.java | 621 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 D | ChoiceFormat.java | 378 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/ |
D | MessageFormat.java | 621 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/ |
D | MessageFormat.java | 621 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex() 652 public void setFormats(Format[] newFormats) { in setFormats() 1465 Format[] newFormats = new Format[newLength]; in makeFormat() local
|
D | ChoiceFormat.java | 378 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 D | ExtendedMessageFormat.java | 251 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 D | Bug8001209.java | 55 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 D | SsManifestTest.java | 101 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 D | SsManifestTest.java | 101 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 D | MessageFormat.java | 579 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 D | MessageFormat.java | 619 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 D | PairValueRecord.hh | 34 const ValueFormat *newFormats; member
|
H A D | PairPosFormat1.hh | 136 hb_pair_t<unsigned, unsigned> newFormats = hb_pair (valueFormat[0], valueFormat[1]); in subset() local
|
H A D | PairPosFormat2.hh | 283 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/ |
D | ChoiceFormat.java | 378 Object[] newFormats = Arrays.copyOf(choiceFormats, choiceFormats.length); in getFormats() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | msgfmt.cpp | 611 MessageFormat::adoptFormats(Format** newFormats, in adoptFormats() 644 MessageFormat::setFormats(const Format** newFormats, in setFormats()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | msgfmt.cpp | 611 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/ |
HD | i18n.module.public.api-stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/icu/
android/ ... |
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/ |
HD | stable.i18n.module.platform.api-stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/icu/
android/ ... |