Searched refs:newFormats (Results 1 – 7 of 7) sorted by relevance
/external/exoplayer/tree/library/smoothstreaming/src/test/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
D | SsManifestTest.java | 41 Format[][] formats = newFormats(2, 3); in copy() 62 Format[][] formats = newFormats(2, 3); in copyRemoveStreamElement() 101 private static Format[][] newFormats(int streamElementCount, int trackCounts) { in newFormats() method in SsManifestTest
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ |
D | SampleQueue.java | 710 Format[] newFormats = new Format[newCapacity]; in commitSample() local 717 System.arraycopy(formats, relativeFirstIndex, newFormats, 0, beforeWrap); in commitSample() 725 System.arraycopy(formats, 0, newFormats, beforeWrap, afterWrap); in commitSample() 732 formats = newFormats; in commitSample()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 619 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex() argument 627 if (argNumber < newFormats.length) { in setFormatsByArgumentIndex() 628 setCustomArgStartFormat(partIndex, newFormats[argNumber]); in setFormatsByArgumentIndex() 654 public void setFormatsByArgumentName(Map<String, Format> newFormats) { in setFormatsByArgumentName() argument 657 if (newFormats.containsKey(key)) { in setFormatsByArgumentName() 658 setCustomArgStartFormat(partIndex, newFormats.get(key)); in setFormatsByArgumentName() 686 public void setFormats(Format[] newFormats) { in setFormats() argument 689 formatNumber < newFormats.length && in setFormats() 691 setCustomArgStartFormat(partIndex, newFormats[formatNumber]); in setFormats()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 579 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex() argument 587 if (argNumber < newFormats.length) { in setFormatsByArgumentIndex() 588 setCustomArgStartFormat(partIndex, newFormats[argNumber]); in setFormatsByArgumentIndex() 613 public void setFormatsByArgumentName(Map<String, Format> newFormats) { in setFormatsByArgumentName() argument 616 if (newFormats.containsKey(key)) { in setFormatsByArgumentName() 617 setCustomArgStartFormat(partIndex, newFormats.get(key)); in setFormatsByArgumentName() 644 public void setFormats(Format[] newFormats) { in setFormats() argument 647 formatNumber < newFormats.length && in setFormats() 649 setCustomArgStartFormat(partIndex, newFormats[formatNumber]); in setFormats()
|
/external/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 610 MessageFormat::adoptFormats(Format** newFormats, in adoptFormats() argument 612 if (newFormats == NULL || count < 0) { in adoptFormats() 628 setCustomArgStartFormat(partIndex, newFormats[formatNumber], status); in adoptFormats() 633 delete newFormats[formatNumber]; in adoptFormats() 643 MessageFormat::setFormats(const Format** newFormats, in setFormats() argument 645 if (newFormats == NULL || count < 0) { in setFormats() 661 if (newFormats[formatNumber] != NULL) { in setFormats() 662 newFormat = newFormats[formatNumber]->clone(); in setFormats()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | msgfmt.h | 546 virtual void setFormats(const Format** newFormats, int32_t cnt);
|
/external/icu/libicu/cts_headers/unicode/ |
D | msgfmt.h | 546 virtual void setFormats(const Format** newFormats, int32_t cnt);
|