Searched refs:ListFormatter (Results 1 - 10 of 10) sorted by relevance

/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/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...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dlistformattertest.cpp26 void ListFormatterTest::CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32_t dataSize,
40 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale(locale_string), errorCode));
42 dataerrln("ListFormatter::createInstance(Locale(\"%s\"), errorCode) failed in CheckFourCases: %s", locale_string, u_errorName(errorCode));
61 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(locale, errorCode));
63 dataerrln("ListFormatter::createInstance(\"%s\", errorCode) failed in RecordFourCases: %s", locale.getName(), u_errorName(errorCode));
115 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale("en"), errorCode));
118 "ListFormatter
[all...]
H A Dlistformattertest.h41 void CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32_t data_size, const UnicodeString& expected_result);
/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp26 void ListFormatterTest::CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32_t dataSize,
40 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale(locale_string), errorCode));
42 dataerrln("ListFormatter::createInstance(Locale(\"%s\"), errorCode) failed in CheckFourCases: %s", locale_string, u_errorName(errorCode));
61 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(locale, errorCode));
63 dataerrln("ListFormatter::createInstance(\"%s\", errorCode) failed in RecordFourCases: %s", locale.getName(), u_errorName(errorCode));
115 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale("en"), errorCode));
118 "ListFormatter
[all...]
H A Dlistformattertest.h41 void CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32_t data_size, const UnicodeString& expected_result);
/external/icu/icu4c/source/i18n/unicode/
H A Dmeasfmt.h81 class ListFormatter;
310 // Declared outside of MeasureFormatSharedData because ListFormatter
313 ListFormatter *listFormatter;
/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp475 listFormatter = new ListFormatter(*other.listFormatter);
488 listFormatter = new ListFormatter(*other.listFormatter);
522 // Note: Since the ListFormatter depends only on Locale and width, we
668 listFormatter = ListFormatter::createInstance(

Completed in 1403 milliseconds