Searched refs:needsInit (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/io/
H A Dlocbund.c51 UBool needsInit; local
53 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
54 if (needsInit) {
/external/icu4c/common/
H A Dbrkeng.cpp140 UBool needsInit; local
149 needsInit = (UBool)(fEngines == NULL);
150 if (!needsInit) {
166 if (needsInit) {
H A Dbrkiter.cpp305 UBool needsInit; local
306 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
308 if (needsInit) {
H A Drbbi.cpp1731 UBool needsInit; local
1733 UMTX_CHECK(NULL, (UBool)(gLanguageBreakFactories == NULL), needsInit);
1735 if (needsInit) {
/external/icu4c/i18n/
H A Dcsdetect.cpp74 UBool needsInit; local
81 UMTX_CHECK(NULL, (UBool) (fCSRecognizers == NULL), needsInit);
83 if (needsInit) {
H A Dtimezone.cpp383 UBool needsInit; local
384 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
388 if (needsInit) {
619 UBool needsInit; local
620 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit);
621 if (needsInit) {
1430 UBool needsInit; local
1431 UMTX_CHECK(&LOCK, !TZDataVersionInitialized, needsInit);
1432 if (needsInit) {
H A Ducol_res.cpp109 UBool needsInit; local
110 UMTX_CHECK(NULL, (_staticUCA == NULL), needsInit);
112 if(needsInit) {
H A Ducol_bld.cpp1327 UBool needsInit;
1328 UMTX_CHECK(NULL, (_staticInvUCA == NULL), needsInit);
1330 if(needsInit) {

Completed in 128 milliseconds