Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dformat.cpp173 U_LOCALE_BASED(locBased, *this); in getLocale()
179 U_LOCALE_BASED(locBased, *this); in getLocaleID()
185 U_LOCALE_BASED(locBased, *this); in setLocaleIDs()
Ddcfmtsym.cpp180 U_LOCALE_BASED(locBased, *this); in initialize()
290 U_LOCALE_BASED(locBased, *this); in getLocale()
Dcalendar.cpp3009 U_LOCALE_BASED(locBased, *this); in setWeekCountData()
3058 U_LOCALE_BASED(locBased, *this); in getLocale()
3064 U_LOCALE_BASED(locBased, *this); in getLocaleID()
Ddtfmtsym.cpp1239 U_LOCALE_BASED(locBased, *this); in initializeData()
1512 U_LOCALE_BASED(locBased, *this); in getLocale()
/external/icu4c/common/
Dbrkiter.cpp125 U_LOCALE_BASED(locBased, *(BreakIterator*)result); in buildInstance()
388 U_LOCALE_BASED(locBased, *result); in createInstance()
440 U_LOCALE_BASED(locBased, *this); in getLocale()
446 U_LOCALE_BASED(locBased, *this); in getLocaleID()
Dlocbased.h22 #define U_LOCALE_BASED(varname, objname) \ macro