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

  /external/icu/icu4c/source/common/unicode/
listformatter.h 31 struct ListFormatInternal;
152 ListFormatter(const ListFormatInternal* listFormatterInternal);
157 static const ListFormatInternal* getListFormatInternal(const Locale& locale, const char *style, UErrorCode& errorCode);
161 ListFormatInternal* owned;
162 const ListFormatInternal* data;
  /external/icu/icu4c/source/common/
listformatter.cpp 31 struct ListFormatInternal : public UMemory {
37 ListFormatInternal(
47 ListFormatInternal(const ListFormatData &data) :
53 ListFormatInternal(const ListFormatInternal &other) :
75 delete static_cast<ListFormatInternal *>(obj);
80 static ListFormatInternal* loadListFormatInternal(
94 owned = new ListFormatInternal(*other.owned);
105 owned = new ListFormatInternal(*other.owned);
130 const ListFormatInternal* ListFormatter::getListFormatInternal
    [all...]

Completed in 2587 milliseconds