/external/icu/icu4c/source/common/unicode/ |
D | listformatter.h | 62 class U_COMMON_API ListFormatter : public UObject{ 70 ListFormatter(const ListFormatter&); 76 ListFormatter& operator=(const ListFormatter& other); 86 static ListFormatter* createInstance(UErrorCode& errorCode); 97 static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode); 110 …static ListFormatter* createInstance(const Locale& locale, const char* style, UErrorCode& errorCod… 118 virtual ~ListFormatter(); 148 ListFormatter(const ListFormatData &data); 152 ListFormatter(const ListFormatInternal* listFormatterInternal); 159 ListFormatter();
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | listformatter.h | 62 class U_COMMON_API ListFormatter : public UObject{ 70 ListFormatter(const ListFormatter&); 76 ListFormatter& operator=(const ListFormatter& other); 86 static ListFormatter* createInstance(UErrorCode& errorCode); 97 static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode); 110 …static ListFormatter* createInstance(const Locale& locale, const char* style, UErrorCode& errorCod… 118 virtual ~ListFormatter(); 138 ListFormatter(const ListFormatData* listFormatterData); 145 ListFormatter();
|
/external/chromium_org/third_party/icu/source/common/ |
D | listformatter.cpp | 51 ListFormatter::ListFormatter(const ListFormatter& other) : data(other.data) { in ListFormatter() function in ListFormatter 54 ListFormatter& ListFormatter::operator=(const ListFormatter& other) { in operator =() 59 void ListFormatter::initializeHash(UErrorCode& errorCode) { in initializeHash() 75 const ListFormatData* ListFormatter::getListFormatData( in getListFormatData() 164 ListFormatter* ListFormatter::createInstance(UErrorCode& errorCode) { in createInstance() 169 ListFormatter* ListFormatter::createInstance(const Locale& locale, UErrorCode& errorCode) { in createInstance() 173 ListFormatter* ListFormatter::createInstance(const Locale& locale, const char *style, UErrorCode& e… in createInstance() 179 ListFormatter* p = new ListFormatter(listFormatData); in createInstance() 188 ListFormatter::ListFormatter(const ListFormatData* listFormatterData) : data(listFormatterData) { in ListFormatter() function in ListFormatter 191 ListFormatter::~ListFormatter() {} in ~ListFormatter() [all …]
|
/external/icu/icu4c/source/common/ |
D | listformatter.cpp | 91 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() function in ListFormatter 99 ListFormatter& ListFormatter::operator=(const ListFormatter& other) { in operator =() 114 void ListFormatter::initializeHash(UErrorCode& errorCode) { in initializeHash() 130 const ListFormatInternal* ListFormatter::getListFormatInternal( in getListFormatInternal() 219 ListFormatter* ListFormatter::createInstance(UErrorCode& errorCode) { in createInstance() 224 ListFormatter* ListFormatter::createInstance(const Locale& locale, UErrorCode& errorCode) { in createInstance() 228 ListFormatter* ListFormatter::createInstance(const Locale& locale, const char *style, UErrorCode& e… in createInstance() 234 ListFormatter* p = new ListFormatter(listFormatInternal); in createInstance() 242 ListFormatter::ListFormatter(const ListFormatData& listFormatData) { in ListFormatter() function in ListFormatter 247 ListFormatter::ListFormatter(const ListFormatInternal* listFormatterInternal) : owned(NULL), data(l… in ListFormatter() function in ListFormatter [all …]
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | listformattertest.cpp | 26 void ListFormatterTest::CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32… in CheckFormatting() 40 …LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale(locale_string), errorCo… in CheckFourCases() 61 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(locale, errorCode)); in RecordFourCases() 115 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale("en"), errorCode)); in Test9946() 202 ListFormatter formatter(&data); in TestOutOfOrderPatterns()
|
D | listformattertest.h | 41 …void CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32_t data_size, cons…
|
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 26 void ListFormatterTest::CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32… in CheckFormatting() 40 …LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale(locale_string), errorCo… in CheckFourCases() 61 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(locale, errorCode)); in RecordFourCases() 115 LocalPointer<ListFormatter> formatter(ListFormatter::createInstance(Locale("en"), errorCode)); in Test9946() 202 ListFormatter formatter(data); in TestOutOfOrderPatterns()
|
D | listformattertest.h | 41 …void CheckFormatting(const ListFormatter* formatter, UnicodeString data[], int32_t data_size, cons…
|
/external/icu/icu4c/source/i18n/unicode/ |
D | measfmt.h | 81 class ListFormatter; variable 313 ListFormatter *listFormatter;
|
/external/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 475 listFormatter = new ListFormatter(*other.listFormatter); in MeasureFormat() 488 listFormatter = new ListFormatter(*other.listFormatter); in operator =() 668 listFormatter = ListFormatter::createInstance( in initMeasureFormat()
|