HomeSort by relevance Sort by last modified time
    Searched refs:UMTX_CHECK (Results 1 - 25 of 38) sorted by null

1 2

  /external/icu4c/common/
umutex.h 50 * \def UMTX_CHECK
66 #define UMTX_CHECK(pMutex, expression, result) \
71 #define UMTX_CHECK(pMutex, expression, result) \
mutex.cpp 27 UMTX_CHECK(NULL, fInstance, instance);
50 UMTX_CHECK(NULL, fHaveInstance, haveInstance);
locavailable.cpp 58 UMTX_CHECK(NULL, availableLocaleList == NULL, needInit);
128 UMTX_CHECK(NULL, _installedLocales != NULL, localesLoaded);
brkiter.cpp 287 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
309 UMTX_CHECK(NULL, gService != NULL, retVal);
resbund.cpp 373 UMTX_CHECK(NULL, (fLocale == NULL), needInit);
locid.cpp 152 UMTX_CHECK(NULL, (gDefaultLocale == NULL), isOnlyLocale);
180 UMTX_CHECK(NULL, (gDefaultLocalesHashT == NULL), hashTableNeedsInit);
665 UMTX_CHECK(NULL, gDefaultLocale, retLocale);
propname.cpp 281 UMTX_CHECK(NULL, (PNAME!=NULL), f);
  /external/icu4c/i18n/
buddhcal.cpp 155 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
172 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
taiwncal.cpp 162 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
179 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
coptccal.cpp 128 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
persncal.cpp 405 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
422 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
ethpccal.cpp 165 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
rbt.cpp 252 UMTX_CHECK(NULL, (&text != gLockedText), needToLock);
hebrwcal.cpp 699 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
716 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
islamcal.cpp 485 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
502 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
numfmt.cpp 820 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
864 UMTX_CHECK(NULL, gService != NULL, haveService);
891 UMTX_CHECK(NULL, gService != NULL, haveService);
    [all...]
coll.cpp 197 UMTX_CHECK(NULL, (UBool)(gService == NULL), needInit);
224 UMTX_CHECK(NULL, gService != NULL, retVal);
256 UMTX_CHECK(NULL, availableLocaleList == NULL, needInit);
csdetect.cpp 81 UMTX_CHECK(NULL, (UBool) (fCSRecognizers == NULL), needsInit);
chnsecal.cpp 805 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
822 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
zonemeta.cpp 298 UMTX_CHECK(&gZoneMetaLock, gCountryInfoVectorsInitialized, initialized);
434 UMTX_CHECK(&gZoneMetaLock, gOlsonToMetaInitialized, initialized);
regexst.cpp 268 UMTX_CHECK(NULL, gStaticSets, p);
timezone.cpp 324 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
501 UMTX_CHECK(&LOCK, (DEFAULT_ZONE != NULL), initialized);
565 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit);
    [all...]
colldata.cpp 1040 UMTX_CHECK(NULL, collDataCache, cache);
1070 UMTX_CHECK(NULL, collDataCache, cache);
1089 UMTX_CHECK(NULL, collDataCache, cache);
gregocal.cpp     [all...]
  /external/icu4c/io/
locbund.c 53 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);

Completed in 505 milliseconds

1 2