Searched defs:AppendableWrapper (Results 1 – 7 of 7) sorted by relevance
48 class AppendableWrapper; variable
2536 private static final class AppendableWrapper { class in MessageFormat2537 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper2543 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2609 private static final class AppendableWrapper { class in MessageFormat2610 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper2616 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 AppendableWrapper1249 FieldPosition* MessageFormat::updateMetaData(AppendableWrapper& /*dest*/, int32_t /*prevLength*/, in updateMetaData() argument