Home
last modified time | relevance | path

Searched refs:getListFormatInternal (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dlistformatter.h157 …static const ListFormatInternal* getListFormatInternal(const Locale& locale, const char *style, UE…
/external/icu/icu4c/source/common/
Dlistformatter.cpp128 const ListFormatInternal* ListFormatter::getListFormatInternal( in getListFormatInternal() function in ListFormatter
222 …const ListFormatInternal* listFormatInternal = getListFormatInternal(tempLocale, style, errorCode); in createInstance()