Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h46 class AppendableWrapper; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java2522 private static final class AppendableWrapper { class in MessageFormat
2523 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2529 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2570 private static final class AppendableWrapper { class in MessageFormat
2571 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2577 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
1241 FieldPosition* MessageFormat::updateMetaData(AppendableWrapper& /*dest*/, int32_t /*prevLength*/, in updateMetaData() argument