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
43 /* Format class implementation ---------------------------------------------- */
47 #include "unicode/format.h"
53 // class Format
70 Format::Format()
78 Format::~Format()
85 Format::Format(const Format &that)
94 Format&
95 Format::operator=(const Format& that)
109 Format::format(const Formattable& obj,
117 return format(obj, toAppendTo, pos, status);
125 Format::format(const Formattable& /* unused obj */,
141 Format::parseObject(const UnicodeString& source,
157 Format::operator==(const Format& that) const
172 void Format::syntaxError(const UnicodeString& pattern,
196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
202 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const {
208 Format::setLocaleIDs(const char* valid, const char* actual) {