HomeSort by relevance Sort by last modified time
    Searched defs:ListFormatter (Results 1 - 3 of 3) 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/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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 908 milliseconds