Home
last modified time | relevance | path

Searched defs:ListFormatter (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dlistformatter.cpp91 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() function in ListFormatter
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
/external/icu/icu4c/source/i18n/unicode/
Dmeasfmt.h81 class ListFormatter; variable
/external/chromium_org/third_party/icu/source/common/
Dlistformatter.cpp51 ListFormatter::ListFormatter(const ListFormatter& other) : data(other.data) { in ListFormatter() function in ListFormatter
188 ListFormatter::ListFormatter(const ListFormatData* listFormatterData) : data(listFormatterData) { in ListFormatter() function in ListFormatter