Home
last modified time | relevance | path

Searched refs:U_INITONCE_INITIALIZER (Results 1 – 25 of 51) sorted by relevance

123

/external/icu/icu4c/source/common/
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;
Dumutex.h245 #define U_INITONCE_INITIALIZER {ATOMIC_INT32_T_INITIALIZER(0), U_ZERO_ERROR} macro
373 #define U_MUTEX_INITIALIZER {U_INITONCE_INITIALIZER}
Dlocavailable.cpp38 static icu::UInitOnce gInitOnceLocale = U_INITONCE_INITIALIZER;
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;
Dstatic_unicode_sets.cpp118 icu::UInitOnce gNumberParseUniSetsInitOnce = U_INITONCE_INITIALIZER;
Drbbi.cpp1115 static icu::UInitOnce gLanguageBreakFactoriesInitOnce = U_INITONCE_INITIALIZER;
1116 static icu::UInitOnce gRBBIInitOnce = U_INITONCE_INITIALIZER;
/external/icu/icu4c/source/i18n/
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;
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;
Dgender.cpp40 static icu::UInitOnce gGenderInitOnce = U_INITONCE_INITIALIZER;
Djapancal.cpp42 static icu::UInitOnce gJapaneseEraRulesInitOnce = U_INITONCE_INITIALIZER;
Dchnsecal.cpp62 static icu::UInitOnce gChineseCalendarZoneAstroCalcInitOnce = U_INITONCE_INITIALIZER;
846 static icu::UInitOnce gSystemDefaultCenturyInitOnce = U_INITONCE_INITIALIZER;
Dindiancal.cpp358 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
Dhebrwcal.cpp688 static icu::UInitOnce gSystemDefaultCenturyInit = U_INITONCE_INITIALIZER;
/external/icu/icu4c/source/io/
Duprintf.cpp44 static UInitOnce gStdOutInitOnce = U_INITONCE_INITIALIZER;

123