Home
last modified time | relevance | path

Searched defs:AppendableWrapper (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h48 class AppendableWrapper; variable
/external/icu/libicu/cts_headers/unicode/
Dmsgfmt.h48 class AppendableWrapper; variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2604 private static final class AppendableWrapper { class in MessageFormat
2605 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2611 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java2531 private static final class AppendableWrapper { class in MessageFormat
2532 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2538 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp189 class AppendableWrapper : public UMemory { class
191 AppendableWrapper(Appendable& appendable) : app(appendable), len(0) { in AppendableWrapper() function in AppendableWrapper
1246 FieldPosition* MessageFormat::updateMetaData(AppendableWrapper& /*dest*/, int32_t /*prevLength*/, in updateMetaData() argument