HomeSort by relevance Sort by last modified time
    Searched refs:ListFormatter (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/common/unicode/
listformatter.h 8 * file name: listformatter.h
59 * The ListFormatter class is not intended for public subclassing.
62 class U_COMMON_API ListFormatter : public 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)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
listformatter.h 8 * file name: listformatter.h
59 * The ListFormatter class is not intended for public subclassing.
62 class U_COMMON_API ListFormatter : public 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)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
listformatter.cpp 8 * file name: listformatter.cpp
17 #include "unicode/listformatter.h"
51 ListFormatter::ListFormatter(const ListFormatter& other) : data(other.data) {
54 ListFormatter& ListFormatter::operator=(const ListFormatter& other) {
59 void ListFormatter::initializeHash(UErrorCode& errorCode) {
75 const ListFormatData* ListFormatter::getListFormatData
    [all...]
  /external/icu/icu4c/source/common/
listformatter.cpp 8 * file name: listformatter.cpp
17 #include "unicode/listformatter.h"
91 ListFormatter::ListFormatter(const ListFormatter& other) :
99 ListFormatter& ListFormatter::operator=(const ListFormatter& other) {
114 void ListFormatter::initializeHash(UErrorCode& errorCode) {
130 const ListFormatInternal* ListFormatter::getListFormatInternal
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
listformattertest.cpp 26 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::createInstance(Locale(\"en\"), errorCode) failed in Test9946: %s"
    [all...]
listformattertest.h 20 #include "unicode/listformatter.h"
41 void CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32_t data_size, const UnicodeString& expected_result);
  /external/icu/icu4c/source/test/intltest/
listformattertest.cpp 26 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::createInstance(Locale(\"en\"), errorCode) failed in Test9946: %s"
    [all...]
listformattertest.h 20 #include "unicode/listformatter.h"
41 void CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32_t data_size, const UnicodeString& expected_result);
  /external/icu/icu4c/source/i18n/unicode/
measfmt.h 81 class ListFormatter;
310 // Declared outside of MeasureFormatSharedData because ListFormatter
313 ListFormatter *listFormatter;
  /external/icu/icu4c/source/i18n/
measfmt.cpp 29 #include "unicode/listformatter.h"
448 listFormatter(NULL) {
461 listFormatter(NULL) {
471 listFormatter(NULL) {
475 listFormatter = new ListFormatter(*other.listFormatter);
487 delete listFormatter;
488 listFormatter = new ListFormatter(*other.listFormatter)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2039 milliseconds