Searched refs:UInitOnce (Results 1 – 25 of 61) sorted by relevance
123
/external/icu/icu4c/source/common/ |
D | umutex.h | 35 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;
|
D | umutex.cpp | 61 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()
|
D | locavailable.cpp | 38 static icu::UInitOnce gInitOnceLocale = U_INITONCE_INITIALIZER; 105 static icu::UInitOnce _installedLocalesInitOnce;
|
D | loadednormalizer2impl.cpp | 137 static icu::UInitOnce nfcInitOnce = U_INITONCE_INITIALIZER; 141 static icu::UInitOnce nfkcInitOnce = U_INITONCE_INITIALIZER; 144 static icu::UInitOnce nfkc_cfInitOnce = U_INITONCE_INITIALIZER;
|
D | uinit.cpp | 29 static UInitOnce gICUInitOnce = U_INITONCE_INITIALIZER;
|
D | characterproperties.cpp | 29 using icu::UInitOnce; 40 UInitOnce fInitOnce;
|
D | normalizer2.cpp | 186 static icu::UInitOnce noopInitOnce = U_INITONCE_INITIALIZER; 248 static icu::UInitOnce nfcInitOnce = U_INITONCE_INITIALIZER;
|
D | locutil.cpp | 23 static icu::UInitOnce LocaleUtilityInitOnce = U_INITONCE_INITIALIZER;
|
/external/icu/icu4c/source/i18n/ |
D | collationtailoring.h | 85 mutable UInitOnce maxExpansionsInitOnce;
|
D | smpdtfst.cpp | 33 UInitOnce gSimpleDateFormatStaticSetsInitOnce = U_INITONCE_INITIALIZER;
|
D | dangical.cpp | 27 static icu::UInitOnce gDangiCalendarInitOnce = U_INITONCE_INITIALIZER;
|
D | collationroot.cpp | 36 static UInitOnce initOnce = U_INITONCE_INITIALIZER;
|
D | zonemeta.cpp | 37 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;
|
D | coptccal.cpp | 106 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
|
D | timezone.cpp | 116 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;
|
D | buddhcal.cpp | 136 static icu::UInitOnce gBCInitOnce;
|
D | taiwncal.cpp | 143 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
|
D | ethpccal.cpp | 146 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
|
D | persncal.cpp | 253 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
|
D | regexst.cpp | 144 UInitOnce gStaticSetsInitOnce = U_INITONCE_INITIALIZER;
|
D | number_decimfmtprops.cpp | 21 icu::UInitOnce gDefaultPropertiesInitOnce = U_INITONCE_INITIALIZER;
|
D | olsontz.h | 401 UInitOnce transitionRulesInitOnce;
|
D | gender.cpp | 40 static icu::UInitOnce gGenderInitOnce = U_INITONCE_INITIALIZER;
|
D | japancal.cpp | 42 static icu::UInitOnce gJapaneseEraRulesInitOnce = U_INITONCE_INITIALIZER;
|
/external/icu/icu4c/source/io/ |
D | uprintf.cpp | 44 static UInitOnce gStdOutInitOnce = U_INITONCE_INITIALIZER;
|
123