Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dformat.cpp199 U_LOCALE_BASED(locBased, *this); in getLocale()
205 U_LOCALE_BASED(locBased, *this); in getLocaleID()
211 U_LOCALE_BASED(locBased, *this); in setLocaleIDs()
Ddcfmtsym.cpp399 U_LOCALE_BASED(locBased, *this); in initialize()
561 U_LOCALE_BASED(locBased, *this); in getLocale()
Ddtfmtsym.cpp369 U_LOCALE_BASED(locBased, *this); in copyData()
2282 U_LOCALE_BASED(locBased, *this); in initializeData()
2497 U_LOCALE_BASED(locBased, *this); in getLocale()
Dcalendar.cpp3844 U_LOCALE_BASED(locBased,*this); in setWeekData()
3912 U_LOCALE_BASED(locBased, *this); in getLocale()
3918 U_LOCALE_BASED(locBased, *this); in getLocaleID()
/external/icu/icu4c/source/common/
Dbrkiter.cpp121 U_LOCALE_BASED(locBased, *(BreakIterator*)result); in buildInstance()
388 U_LOCALE_BASED(locBased, *result); in createInstance()
466 U_LOCALE_BASED(locBased, *this); in getLocale()
472 U_LOCALE_BASED(locBased, *this); in getLocaleID()
500 U_LOCALE_BASED(locBased, (*this)); in BreakIterator()
Dlocbased.h24 #define U_LOCALE_BASED(varname, objname) \ macro