Lines Matching refs:Subformat
199 * A structure representing one subformat of this MessageFormat.
200 * Each subformat has a Format object, an offset into the plain
205 class MessageFormat::Subformat : public UMemory {
230 Subformat& operator=(const Subformat& that) {
243 UBool operator==(const Subformat& that) const {
256 UBool operator!=(const Subformat& that) const {
397 subformats = (Subformat*) uprv_malloc(sizeof(*subformats) * capacity);
408 Subformat* a = (Subformat*)
480 // Subformat::operator= does NOT delete this.format
575 // The pattern is broken up into segments. Each time a subformat
595 // subformat patterns work, e.g., {1,number,'#'.##} passes