Home | History | Annotate | Download | only in unicode

Lines Matching defs:ListFormatter

8 *   file name:  listformatter.h
57 * The ListFormatter class is not intended for public subclassing.
60 class U_COMMON_API ListFormatter : public UObject{
64 * Creates a ListFormatter appropriate for the default locale.
67 * @return Pointer to a ListFormatter object for the default locale,
71 static ListFormatter* createInstance(UErrorCode& errorCode);
74 * Creates a ListFormatter appropriate for a locale.
78 * @return A ListFormatter object created from internal data derived from
82 static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode);
90 virtual ~ListFormatter();
109 ListFormatter(const ListFormatData& listFormatterData);
115 ListFormatter();
116 ListFormatter(const ListFormatter&);
118 ListFormatter& operator = (const ListFormatter&);