/external/icu4c/common/ |
D | locavailable.cpp | 58 UMTX_CHECK(NULL, availableLocaleList == NULL, needInit); in getAvailableLocales() 128 UMTX_CHECK(NULL, _installedLocales != NULL, localesLoaded); in _load_installedLocales()
|
D | umutex.h | 108 #define UMTX_CHECK(pMutex, expression, result) \ macro
|
D | brkiter.cpp | 287 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit); in getService() 309 UMTX_CHECK(NULL, gService != NULL, retVal); in hasService()
|
D | locid.cpp | 152 UMTX_CHECK(NULL, (gDefaultLocale == NULL), isOnlyLocale); in locale_set_default_internal() 180 UMTX_CHECK(NULL, (gDefaultLocalesHashT == NULL), hashTableNeedsInit); in locale_set_default_internal() 665 UMTX_CHECK(NULL, gDefaultLocale, retLocale); in getDefault()
|
D | resbund.cpp | 373 UMTX_CHECK(NULL, (fLocale == NULL), needInit); in getLocale()
|
/external/icu4c/i18n/ |
D | buddhcal.cpp | 155 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStart() 172 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStartYear()
|
D | taiwncal.cpp | 162 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStart() 179 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStartYear()
|
D | persncal.cpp | 405 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStart() 422 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStartYear()
|
D | smpdtfst.cpp | 95 UMTX_CHECK(NULL, gStaticSets, p); in initSets()
|
D | islamcal.cpp | 489 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStart() 506 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStartYear()
|
D | zonemeta.cpp | 226 UMTX_CHECK(&gZoneMetaLock, gCanonicalIDCacheInitialized, initialized); in getCanonicalCLDRID() 419 UMTX_CHECK(&gZoneMetaLock, gCountryInfoVectorsInitialized, initialized); in getSingleCountry() 539 UMTX_CHECK(&gZoneMetaLock, gOlsonToMetaInitialized, initialized); in getMetazoneMappings() 759 UMTX_CHECK(&gZoneMetaLock, gMetaZoneIDsInitialized, initialized); in initAvailableMetaZoneIDs()
|
D | coptccal.cpp | 128 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in initializeSystemDefaultCentury()
|
D | hebrwcal.cpp | 699 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStart() 716 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStartYear()
|
D | coll.cpp | 197 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit); in getService() 224 UMTX_CHECK(NULL, gService != NULL, retVal); in hasService() 256 UMTX_CHECK(NULL, availableLocaleList == NULL, needInit); in isAvailableLocaleListInitialized()
|
D | rbt.cpp | 252 UMTX_CHECK(NULL, (&text != gLockedText), needToLock); in handleTransliterate()
|
D | numfmt.cpp | 859 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit); in getNumberFormatService() 903 UMTX_CHECK(NULL, gService != NULL, haveService); in unregister() 930 UMTX_CHECK(NULL, gService != NULL, haveService); in createInstance() 1194 UMTX_CHECK(&nscacheMutex, NumberingSystem_cache, cache); in makeInstance()
|
D | ethpccal.cpp | 165 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in initializeSystemDefaultCentury()
|
D | regexst.cpp | 268 UMTX_CHECK(NULL, gStaticSets, p); in initGlobals()
|
D | timezone.cpp | 304 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */ in getGMT() 482 UMTX_CHECK(&LOCK, (DEFAULT_ZONE != NULL), initialized); in initDefault() 546 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit); in createDefault() 693 UMTX_CHECK(&LOCK, (len == 0), needsInit); in getMap() 1542 UMTX_CHECK(&LOCK, !TZDataVersionInitialized, needsInit); in getTZDataVersion()
|
D | decfmtst.cpp | 186 UMTX_CHECK(NULL, gStaticSets, p); in initSets()
|
D | tzfmt.cpp | 103 UMTX_CHECK(&gZoneMetaLock, (fTimeZoneGenericNames == NULL), create); in getTimeZoneGenericNames() 396 UMTX_CHECK(&gTimeZoneFormatLock, gTimeZoneFormatCacheInitialized, initialized); in TimeZoneFormatDelegate()
|
D | colldata.cpp | 1042 UMTX_CHECK(NULL, collDataCache, cache); in getCollDataCache() 1072 UMTX_CHECK(NULL, collDataCache, cache); in freeCollDataCache() 1091 UMTX_CHECK(NULL, collDataCache, cache); in flushCollDataCache()
|
D | chnsecal.cpp | 805 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStart() 822 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate); in internalGetDefaultCenturyStartYear()
|
D | csdetect.cpp | 81 UMTX_CHECK(NULL, (UBool) (fCSRecognizers == NULL), needsInit); in setRecognizers()
|
/external/icu4c/io/ |
D | locbund.c | 53 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit); in copyInvariantFormatter()
|