Home | History | Annotate | Download | only in i18n

Lines Matching refs:Format

7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
39 /* Format class implementation ---------------------------------------------- */
43 #include "unicode/format.h"
49 // class Format
66 Format::Format()
74 Format::~Format()
81 Format::Format(const Format &that)
90 Format&
91 Format::operator=(const Format& that)
105 Format::format(const Formattable& obj,
113 return format(obj, toAppendTo, pos, status);
121 Format::format(const Formattable& /* unused obj */,
137 Format::parseObject(const UnicodeString& source,
153 Format::operator==(const Format& that) const
168 void Format::syntaxError(const UnicodeString& pattern,
192 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
198 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const {
204 Format::setLocaleIDs(const char* valid, const char* actual) {