/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessageFormat.java | 595 * methods. The indices of elements in <code>newFormats</code> 598 * The order of formats in <code>newFormats</code> thus corresponds to 609 * than <code>newFormats.length</code> are replaced. 614 * @param newFormats the new formats to use 615 * @throws NullPointerException if <code>newFormats</code> is null 619 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex() argument 627 if (argNumber < newFormats.length) { in setFormatsByArgumentIndex() 628 setCustomArgStartFormat(partIndex, newFormats[argNumber]); in setFormatsByArgumentIndex() 636 * methods. The keys in <code>newFormats</code> are the argument 641 * Extra keys in <code>newFormats</cod 654 setFormatsByArgumentName(Map<String, Format> newFormats) setFormatsByArgumentName() argument 686 setFormats(Format[] newFormats) setFormats() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessageFormat.java | 584 * methods. The indices of elements in <code>newFormats</code> 587 * The order of formats in <code>newFormats</code> thus corresponds to 598 * than <code>newFormats.length</code> are replaced. 603 * @param newFormats the new formats to use 604 * @throws NullPointerException if <code>newFormats</code> is null 607 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex() argument 615 if (argNumber < newFormats.length) { in setFormatsByArgumentIndex() 616 setCustomArgStartFormat(partIndex, newFormats[argNumber]); in setFormatsByArgumentIndex() 624 * methods. The keys in <code>newFormats</code> are the argument 629 * Extra keys in <code>newFormats</cod 641 setFormatsByArgumentName(Map<String, Format> newFormats) setFormatsByArgumentName() argument 672 setFormats(Format[] newFormats) setFormats() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gpos-table.hh | 1087 const ValueFormat *newFormats; member 1104 closure->newFormats[0], in subset() 1108 closure->newFormats[1], in subset() 1237 const ValueFormat newFormats[2]) const in subset() 1257 newFormats, in subset() 1378 hb_pair_t<unsigned, unsigned> newFormats = compute_effective_value_formats (glyphset); in subset() local 1379 out->valueFormat[0] = newFormats.first; in subset() 1380 out->valueFormat[1] = newFormats.second; in subset() 1593 hb_pair_t<unsigned, unsigned> newFormats = hb_pair (valueFormat1, valueFormat2); in subset() local 1595 newFormats in subset() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | msgfmt.cpp | 611 MessageFormat::adoptFormats(Format** newFormats, in adoptFormats() argument 613 if (newFormats == nullptr || count < 0) { in adoptFormats() 629 setCustomArgStartFormat(partIndex, newFormats[formatNumber], status); in adoptFormats() 634 delete newFormats[formatNumber]; in adoptFormats() 644 MessageFormat::setFormats(const Format** newFormats, in setFormats() argument 646 if (newFormats == nullptr || count < 0) { in setFormats() 662 if (newFormats[formatNumber] != nullptr) { in setFormats() 663 newFormat = newFormats[formatNumber]->clone(); in setFormats()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A 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()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | msgfmt.h | 543 * @param newFormats the new format to be set. 546 virtual void setFormats(const Format** newFormats, int32_t cnt);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | msgfmt.h | 543 * @param newFormats the new format to be set. 546 virtual void setFormats(const Format** newFormats, int32_t cnt);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | msgfmt.h | 543 * @param newFormats the new format to be set. 546 virtual void setFormats(const Format** newFormats, int32_t cnt);
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |