Searched refs:AppendableWrapper (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dmsgfmt.h44 class AppendableWrapper;
962 * Thin wrapper around the format(... AppendableWrapper ...) variant.
963 * Wraps the destination UnicodeString into an AppendableWrapper and
975 * AppendableWrapper, updates the field position.
995 AppendableWrapper& appendTo,
1027 FieldPosition* updateMetaData(AppendableWrapper& dest, int32_t prevLength,
1041 AppendableWrapper& appendTo,
/external/icu4c/i18n/
H A Dmsgfmt.cpp182 // AppendableWrapper: encapsulates the result of formatting, keeping track
184 class AppendableWrapper : public UMemory { class in inherits:UMemory
186 AppendableWrapper(Appendable& appendable) : app(appendable), len(0) { function in class:AppendableWrapper
946 AppendableWrapper app(usapp);
957 AppendableWrapper& appendTo,
1100 AppendableWrapper& appendTo,
1172 FieldPosition* MessageFormat::updateMetaData(AppendableWrapper& /*dest*/, int32_t /*prevLength*/,

Completed in 693 milliseconds