Home
last modified time | relevance | path

Searched refs:U_LOCALE_BASED (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Dformat.cpp192 U_LOCALE_BASED(locBased, *this); in getLocale()
198 U_LOCALE_BASED(locBased, *this); in getLocaleID()
204 U_LOCALE_BASED(locBased, *this); in setLocaleIDs()
Ddcfmtsym.cpp308 U_LOCALE_BASED(locBased, *this); in initialize()
426 U_LOCALE_BASED(locBased, *this); in getLocale()
Ddtfmtsym.cpp1288 U_LOCALE_BASED(locBased, *this); in initializeData()
1568 U_LOCALE_BASED(locBased, *this); in getLocale()
Dcalendar.cpp3281 U_LOCALE_BASED(locBased, *this); in setWeekData()
3352 U_LOCALE_BASED(locBased, *this); in getLocale()
3358 U_LOCALE_BASED(locBased, *this); in getLocaleID()
/external/icu4c/common/
Dbrkiter.cpp125 U_LOCALE_BASED(locBased, *(BreakIterator*)result); in buildInstance()
377 U_LOCALE_BASED(locBased, *result); in createInstance()
429 U_LOCALE_BASED(locBased, *this); in getLocale()
435 U_LOCALE_BASED(locBased, *this); in getLocaleID()
Dlocbased.h22 #define U_LOCALE_BASED(varname, objname) \ macro