Searched defs:ListFormatter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dlistformatter.h59 * The ListFormatter class is not intended for public subclassing.
62 class U_COMMON_API ListFormatter : public UObject{ class in inherits:UObject
70 ListFormatter(const ListFormatter&);
76 ListFormatter& operator=(const ListFormatter& other);
79 * Creates a ListFormatter appropriate for the default locale.
82 * @return Pointer to a ListFormatter object for the default locale,
86 static ListFormatter* createInstance(UErrorCode& errorCode);
89 * Creates a ListFormatter appropriat
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dlistformatter.h59 * The ListFormatter class is not intended for public subclassing.
62 class U_COMMON_API ListFormatter : public UObject{ class in inherits:UObject
70 ListFormatter(const ListFormatter&);
76 ListFormatter& operator=(const ListFormatter& other);
79 * Creates a ListFormatter appropriate for the default locale.
82 * @return Pointer to a ListFormatter object for the default locale,
86 static ListFormatter* createInstance(UErrorCode& errorCode);
89 * Creates a ListFormatter appropriat
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dlistformatter.cpp51 ListFormatter::ListFormatter(const ListFormatter& other) : data(other.data) { function in class:ListFormatter
54 ListFormatter& ListFormatter::operator=(const ListFormatter& other) {
59 void ListFormatter::initializeHash(UErrorCode& errorCode) {
75 const ListFormatData* ListFormatter::getListFormatData(
164 ListFormatter* ListFormatter
188 ListFormatter::ListFormatter(const ListFormatData* listFormatterData) : data(listFormatterData) { function in class:ListFormatter
[all...]
/external/icu/icu4c/source/common/
H A Dlistformatter.cpp91 ListFormatter::ListFormatter(const ListFormatter& other) : function in class:ListFormatter
99 ListFormatter& ListFormatter::operator=(const ListFormatter& other) {
114 void ListFormatter::initializeHash(UErrorCode& errorCode) {
130 const ListFormatInternal* ListFormatter::getListFormatInternal(
219 ListFormatter* ListFormatter
242 ListFormatter::ListFormatter(const ListFormatData& listFormatData) { function in class:ListFormatter
247 ListFormatter::ListFormatter(const ListFormatInternal* listFormatterInternal) : owned(NULL), data(listFormatterInternal) { function in class:ListFormatter
[all...]

Completed in 144 milliseconds