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

/external/chromium_org/third_party/icu/source/io/
H A Dlocbund.c51 UBool needsInit; local
53 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
54 if (needsInit) {
/external/icu4c/io/
H A Dlocbund.cpp49 UBool needsInit; local
51 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
52 if (needsInit) {
/external/chromium_org/third_party/icu/source/common/
H A Dbrkeng.cpp140 UBool needsInit; local
149 needsInit = (UBool)(fEngines == NULL);
150 if (!needsInit) {
166 if (needsInit) {
H A Dbrkiter.cpp286 UBool needsInit; local
287 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
289 if (needsInit) {
H A Drbbi.cpp1749 UBool needsInit; local
1751 UMTX_CHECK(NULL, (UBool)(gLanguageBreakFactories == NULL), needsInit);
1753 if (needsInit) {
/external/icu4c/common/
H A Dbrkeng.cpp143 UBool needsInit; local
152 needsInit = (UBool)(fEngines == NULL);
153 if (!needsInit) {
169 if (needsInit) {
H A Dbrkiter.cpp294 UBool needsInit; local
295 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
297 if (needsInit) {
H A Drbbi.cpp1820 UBool needsInit; local
1822 UMTX_CHECK(NULL, (UBool)(gLanguageBreakFactories == NULL), needsInit);
1824 if (needsInit) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsdetect.cpp74 UBool needsInit; local
81 UMTX_CHECK(NULL, (UBool) (fCSRecognizers == NULL), needsInit);
83 if (needsInit) {
H A Dtimezone.cpp323 UBool needsInit; local
324 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
328 if (needsInit) {
564 UBool needsInit; local
565 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit);
566 if (needsInit) {
1326 UBool needsInit; local
1327 UMTX_CHECK(&LOCK, !TZDataVersionInitialized, needsInit);
1328 if (needsInit) {
H A Ducol_res.cpp112 UBool needsInit; local
113 UMTX_CHECK(NULL, (_staticUCA == NULL), needsInit);
115 if(needsInit) {
H A Ducol_bld.cpp1335 UBool needsInit;
1336 UMTX_CHECK(NULL, (_staticInvUCA == NULL), needsInit);
1338 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.cpp292 UBool needsInit; local
293 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
297 if (needsInit) {
556 UBool needsInit; local
557 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit);
558 if (needsInit) {
703 UBool needsInit = FALSE; local
704 UMTX_CHECK(&LOCK, (len == 0), needsInit);
705 if (needsInit) {
1523 UBool needsInit; local
[all...]
H A Ducol_res.cpp114 UBool needsInit; local
115 UMTX_CHECK(NULL, (_staticUCA == NULL), needsInit);
117 if(needsInit) {
H A Ducol_bld.cpp1346 UBool needsInit;
1347 UMTX_CHECK(NULL, (_staticInvUCA == NULL), needsInit);
1349 if(needsInit) {

Completed in 322 milliseconds