Searched defs:AppendableWrapper (Results 1 – 5 of 5) sorted by relevance
44 class AppendableWrapper; variable
2394 private static final class AppendableWrapper { class in MessageFormat2395 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper2401 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2551 private static final class AppendableWrapper { class in MessageFormat2552 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper2558 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
2506 private static final class AppendableWrapper { class in MessageFormat2507 public AppendableWrapper(StringBuilder sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper2513 public AppendableWrapper(StringBuffer sb) { in AppendableWrapper() method in MessageFormat.AppendableWrapper
186 class AppendableWrapper : public UMemory { class188 AppendableWrapper(Appendable& appendable) : app(appendable), len(0) { in AppendableWrapper() function in AppendableWrapper1238 FieldPosition* MessageFormat::updateMetaData(AppendableWrapper& /*dest*/, int32_t /*prevLength*/, in updateMetaData() argument