Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h44 class AppendableWrapper; variable
/external/messageformat/java/com/ibm/icu/simple/
DMessageFormat.java2394 private static final class AppendableWrapper { class in MessageFormat
2395 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2401 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2551 private static final class AppendableWrapper { class in MessageFormat
2552 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2558 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java2506 private static final class AppendableWrapper { class in MessageFormat
2507 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2513 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp186 class AppendableWrapper : public UMemory { class
188 AppendableWrapper(Appendable& appendable) : app(appendable), len(0) { in AppendableWrapper() function in AppendableWrapper
1238 FieldPosition* MessageFormat::updateMetaData(AppendableWrapper& /*dest*/, int32_t /*prevLength*/, in updateMetaData() argument