OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_INITONCE_INITIALIZER
(Results
1 - 25
of
44
) sorted by null
1
2
/external/icu/icu4c/source/common/
uinit.cpp
27
static UInitOnce gICUInitOnce =
U_INITONCE_INITIALIZER
;
locavailable.cpp
36
static icu::UInitOnce gInitOnce =
U_INITONCE_INITIALIZER
;
umutex.h
226
#define
U_INITONCE_INITIALIZER
{ATOMIC_INT32_T_INITIALIZER(0), U_ZERO_ERROR}
358
#define U_MUTEX_INITIALIZER {
U_INITONCE_INITIALIZER
}
loadednormalizer2impl.cpp
136
static icu::UInitOnce nfkcInitOnce =
U_INITONCE_INITIALIZER
;
137
static icu::UInitOnce nfkc_cfInitOnce =
U_INITONCE_INITIALIZER
;
normalizer2.cpp
175
static icu::UInitOnce nfcInitOnce =
U_INITONCE_INITIALIZER
;
176
static icu::UInitOnce noopInitOnce =
U_INITONCE_INITIALIZER
;
locutil.cpp
21
static icu::UInitOnce LocaleUtilityInitOnce =
U_INITONCE_INITIALIZER
;
uloc_keytype.cpp
18
static icu::UInitOnce gLocExtKeyMapInitOnce =
U_INITONCE_INITIALIZER
;
unifiedcache.cpp
22
static icu::UInitOnce gCacheInitOnce =
U_INITONCE_INITIALIZER
;
/external/icu/icu4c/source/i18n/
collationroot.cpp
34
static UInitOnce initOnce =
U_INITONCE_INITIALIZER
;
dangical.cpp
25
static icu::UInitOnce gDangiCalendarInitOnce =
U_INITONCE_INITIALIZER
;
smpdtfst.cpp
31
UInitOnce gSimpleDateFormatStaticSetsInitOnce =
U_INITONCE_INITIALIZER
;
coptccal.cpp
104
static icu::UInitOnce gSystemDefaultCenturyInit =
U_INITONCE_INITIALIZER
;
ethpccal.cpp
144
static icu::UInitOnce gSystemDefaultCenturyInit =
U_INITONCE_INITIALIZER
;
taiwncal.cpp
141
static icu::UInitOnce gSystemDefaultCenturyInit =
U_INITONCE_INITIALIZER
;
persncal.cpp
251
static icu::UInitOnce gSystemDefaultCenturyInit =
U_INITONCE_INITIALIZER
;
timezone.cpp
114
static icu::UInitOnce gDefaultZoneInitOnce =
U_INITONCE_INITIALIZER
;
118
static icu::UInitOnce gStaticZonesInitOnce =
U_INITONCE_INITIALIZER
;
121
static icu::UInitOnce gTZDataVersionInitOnce =
U_INITONCE_INITIALIZER
;
131
static icu::UInitOnce gSystemZonesInitOnce =
U_INITONCE_INITIALIZER
;
132
static icu::UInitOnce gCanonicalZonesInitOnce =
U_INITONCE_INITIALIZER
;
133
static icu::UInitOnce gCanonicalLocationZonesInitOnce =
U_INITONCE_INITIALIZER
;
[
all
...]
decfmtst.cpp
187
static icu::UInitOnce gStaticSetsInitOnce =
U_INITONCE_INITIALIZER
;
gender.cpp
38
static icu::UInitOnce gGenderInitOnce =
U_INITONCE_INITIALIZER
;
zonemeta.cpp
34
static icu::UInitOnce gCanonicalIDCacheInitOnce =
U_INITONCE_INITIALIZER
;
38
static icu::UInitOnce gOlsonToMetaInitOnce =
U_INITONCE_INITIALIZER
;
43
static icu::UInitOnce gMetaZoneIDsInitOnce =
U_INITONCE_INITIALIZER
;
48
static icu::UInitOnce gCountryInfoVectorsInitOnce =
U_INITONCE_INITIALIZER
;
chnsecal.cpp
60
static icu::UInitOnce gChineseCalendarZoneAstroCalcInitOnce =
U_INITONCE_INITIALIZER
;
844
static icu::UInitOnce gSystemDefaultCenturyInitOnce =
U_INITONCE_INITIALIZER
;
uspoof.cpp
44
static UInitOnce gSpoofInitStaticsOnce =
U_INITONCE_INITIALIZER
;
45
static UInitOnce gSpoofInitDefaultOnce =
U_INITONCE_INITIALIZER
;
hebrwcal.cpp
685
static icu::UInitOnce gSystemDefaultCenturyInit =
U_INITONCE_INITIALIZER
;
identifier_info.cpp
26
static UInitOnce gIdentifierInfoInitOnce =
U_INITONCE_INITIALIZER
;
regexst.cpp
142
UInitOnce gStaticSetsInitOnce =
U_INITONCE_INITIALIZER
;
/external/icu/icu4c/source/io/
uprintf.cpp
42
static UInitOnce gStdOutInitOnce =
U_INITONCE_INITIALIZER
;
Completed in 233 milliseconds
1
2