Searched defs:AppendableWrapper (Results 1 – 5 of 5) sorted by relevance
48 class AppendableWrapper; variable
2604 private static final class AppendableWrapper { class in MessageFormat2605 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper2611 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2531 private static final class AppendableWrapper { class in MessageFormat2532 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper2538 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
189 class AppendableWrapper : public UMemory { class191 AppendableWrapper(Appendable& appendable) : app(appendable), len(0) { in AppendableWrapper() function in AppendableWrapper1246 FieldPosition* MessageFormat::updateMetaData(AppendableWrapper& /*dest*/, int32_t /*prevLength*/, in updateMetaData() argument