Home
last modified time | relevance | path

Searched refs:Subformat (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Dmsgfmt.h816 class Subformat; variable
822 Subformat* subformats;
/external/icu4c/i18n/
Dmsgfmt.cpp205 class MessageFormat::Subformat : public UMemory { class in MessageFormat
230 Subformat& operator=(const Subformat& that) { in operator =()
243 UBool operator==(const Subformat& that) const { in operator ==()
256 UBool operator!=(const Subformat& that) const { in operator !=()
397 subformats = (Subformat*) uprv_malloc(sizeof(*subformats) * capacity); in allocateSubformats()
408 Subformat* a = (Subformat*) in allocateSubformats()