Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dformat.cpp197 U_LOCALE_BASED(locBased, *this); in getLocale()
203 U_LOCALE_BASED(locBased, *this); in getLocaleID()
209 U_LOCALE_BASED(locBased, *this); in setLocaleIDs()
Ddcfmtsym.cpp308 U_LOCALE_BASED(locBased, *this); in initialize()
428 U_LOCALE_BASED(locBased, *this); in getLocale()
Ddtfmtsym.cpp1457 U_LOCALE_BASED(locBased, *this); in initializeData()
1695 U_LOCALE_BASED(locBased, *this); in getLocale()
Dcalendar.cpp3556 U_LOCALE_BASED(locBased,*this); in setWeekData()
3625 U_LOCALE_BASED(locBased, *this); in getLocale()
3631 U_LOCALE_BASED(locBased, *this); in getLocaleID()
/external/icu4c/common/
Dbrkiter.cpp125 U_LOCALE_BASED(locBased, *(BreakIterator*)result); in buildInstance()
385 U_LOCALE_BASED(locBased, *result); in createInstance()
437 U_LOCALE_BASED(locBased, *this); in getLocale()
443 U_LOCALE_BASED(locBased, *this); in getLocaleID()
Dlocbased.h22 #define U_LOCALE_BASED(varname, objname) \ macro