Home
last modified time | relevance | path

Searched refs:UInitOnce (Results 1 – 25 of 61) sorted by relevance

123

/external/icu/icu4c/source/common/
Dumutex.h35 struct UInitOnce;
236 struct UInitOnce { struct
248 U_COMMON_API UBool U_EXPORT2 umtx_initImplPreInit(UInitOnce &); argument
249 U_COMMON_API void U_EXPORT2 umtx_initImplPostInit(UInitOnce &);
251 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (U_CALLCONV T::*fp)()) { in umtx_initOnce()
264 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)()) { in umtx_initOnce()
276 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode)… in umtx_initOnce()
295 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T), T context) { in umtx_initOnce()
307 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T cont… in umtx_initOnce()
366 icu::UInitOnce fInitOnce;
Dumutex.cpp61 U_COMMON_API UBool U_EXPORT2 umtx_initImplPreInit(UInitOnce &uio) { in umtx_initImplPreInit()
91 U_COMMON_API void U_EXPORT2 umtx_initImplPostInit(UInitOnce &uio) { in umtx_initImplPostInit()
256 umtx_initImplPreInit(UInitOnce &uio) { in umtx_initImplPreInit()
284 umtx_initImplPostInit(UInitOnce &uio) { in umtx_initImplPostInit()
Dlocavailable.cpp38 static icu::UInitOnce gInitOnceLocale = U_INITONCE_INITIALIZER;
105 static icu::UInitOnce _installedLocalesInitOnce;
Dloadednormalizer2impl.cpp137 static icu::UInitOnce nfcInitOnce = U_INITONCE_INITIALIZER;
141 static icu::UInitOnce nfkcInitOnce = U_INITONCE_INITIALIZER;
144 static icu::UInitOnce nfkc_cfInitOnce = U_INITONCE_INITIALIZER;
Duinit.cpp29 static UInitOnce gICUInitOnce = U_INITONCE_INITIALIZER;
Dcharacterproperties.cpp29 using icu::UInitOnce;
40 UInitOnce fInitOnce;
Dnormalizer2.cpp186 static icu::UInitOnce noopInitOnce = U_INITONCE_INITIALIZER;
248 static icu::UInitOnce nfcInitOnce = U_INITONCE_INITIALIZER;
Dlocutil.cpp23 static icu::UInitOnce LocaleUtilityInitOnce = U_INITONCE_INITIALIZER;
/external/icu/icu4c/source/i18n/
Dcollationtailoring.h85 mutable UInitOnce maxExpansionsInitOnce;
Dsmpdtfst.cpp33 UInitOnce gSimpleDateFormatStaticSetsInitOnce = U_INITONCE_INITIALIZER;
Ddangical.cpp27 static icu::UInitOnce gDangiCalendarInitOnce = U_INITONCE_INITIALIZER;
Dcollationroot.cpp36 static UInitOnce initOnce = U_INITONCE_INITIALIZER;
Dzonemeta.cpp37 static icu::UInitOnce gCanonicalIDCacheInitOnce = U_INITONCE_INITIALIZER;
41 static icu::UInitOnce gOlsonToMetaInitOnce = U_INITONCE_INITIALIZER;
46 static icu::UInitOnce gMetaZoneIDsInitOnce = U_INITONCE_INITIALIZER;
51 static icu::UInitOnce gCountryInfoVectorsInitOnce = U_INITONCE_INITIALIZER;
Dcoptccal.cpp106 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
Dtimezone.cpp116 static icu::UInitOnce gDefaultZoneInitOnce = U_INITONCE_INITIALIZER;
120 static icu::UInitOnce gStaticZonesInitOnce = U_INITONCE_INITIALIZER;
123 static icu::UInitOnce gTZDataVersionInitOnce = U_INITONCE_INITIALIZER;
133 static icu::UInitOnce gSystemZonesInitOnce = U_INITONCE_INITIALIZER;
134 static icu::UInitOnce gCanonicalZonesInitOnce = U_INITONCE_INITIALIZER;
135 static icu::UInitOnce gCanonicalLocationZonesInitOnce = U_INITONCE_INITIALIZER;
Dbuddhcal.cpp136 static icu::UInitOnce gBCInitOnce;
Dtaiwncal.cpp143 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
Dethpccal.cpp146 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
Dpersncal.cpp253 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
Dregexst.cpp144 UInitOnce gStaticSetsInitOnce = U_INITONCE_INITIALIZER;
Dnumber_decimfmtprops.cpp21 icu::UInitOnce gDefaultPropertiesInitOnce = U_INITONCE_INITIALIZER;
Dolsontz.h401 UInitOnce transitionRulesInitOnce;
Dgender.cpp40 static icu::UInitOnce gGenderInitOnce = U_INITONCE_INITIALIZER;
Djapancal.cpp42 static icu::UInitOnce gJapaneseEraRulesInitOnce = U_INITONCE_INITIALIZER;
/external/icu/icu4c/source/io/
Duprintf.cpp44 static UInitOnce gStdOutInitOnce = U_INITONCE_INITIALIZER;

123