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
37 /* Format class implementation ---------------------------------------------- */
41 #include "unicode/format.h"
47 // class Format
64 Format::Format()
72 Format::~Format()
79 Format::Format(const Format &that)
88 Format&
89 Format::operator=(const Format& that)
101 Format::format(const Formattable& obj,
109 return format(obj, toAppendTo, pos, status);
117 Format::parseObject(const UnicodeString& source,
133 Format::operator==(const Format& that) const
148 void Format::syntaxError(const UnicodeString& pattern,
172 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
178 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const {
184 Format::setLocaleIDs(const char* valid, const char* actual) {