Searched refs:needInit (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/common/
H A Dlocavailable.cpp57 UBool needInit; local
58 UMTX_CHECK(NULL, availableLocaleList == NULL, needInit);
60 if (needInit) {
H A Dresbund.cpp372 UBool needInit; local
373 UMTX_CHECK(NULL, (fLocale == NULL), needInit);
374 if(needInit) {
H A Ducnv_io.c229 int needInit; local
235 UMTX_CHECK(NULL, (gAliasData==NULL), needInit);
238 if (needInit) {
H A Ducnv_bld.c1109 int needInit; local
1110 UMTX_CHECK(&cnvCacheMutex, (gAvailableConverters == NULL), needInit);
1111 if (needInit) {
H A Duniset_props.cpp183 UBool needInit; local
184 UMTX_CHECK(NULL, (INCLUSIONS[src] == NULL), needInit);
185 if (needInit) {
H A Dlocid.cpp912 UBool needInit = (gLocaleCache == NULL); local
915 if (needInit) {
/external/icu4c/i18n/
H A Dcoll.cpp196 UBool needInit; local
197 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
198 if(needInit) {
255 UBool needInit; local
256 UMTX_CHECK(NULL, availableLocaleList == NULL, needInit);
258 if (needInit) {
291 needInit = FALSE;
301 return !needInit;
H A Dnumfmt.cpp858 UBool needInit; local
859 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
860 if (needInit) {
H A Dcalendar.cpp509 UBool needInit; local
510 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
511 if (needInit) {

Completed in 762 milliseconds