Home | History | Annotate | Download | only in i18n

Lines Matching refs:Format

9 * File FORMAT.CPP
21 // This file was generated from the java source file Format.java
45 /* Format class implementation ---------------------------------------------- */
49 #include "unicode/format.h"
55 // class Format
72 Format::Format()
80 Format::~Format()
87 Format::Format(const Format &that)
96 Format&
97 Format::operator=(const Format& that)
111 Format::format(const Formattable& obj,
119 return format(obj, toAppendTo, pos, status);
127 Format::format(const Formattable& /* unused obj */,
143 Format::parseObject(const UnicodeString& source,
159 Format::operator==(const Format& that) const
174 void Format::syntaxError(const UnicodeString& pattern,
198 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
204 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const {
210 Format::setLocaleIDs(const char* valid, const char* actual) {