Home
last modified time | relevance | path

Searched refs:_inProgress (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dunifiedcache.cpp327 if (element != NULL && !_inProgress(element)) { in _putIfAbsentAndGet()
356 while (element != NULL && _inProgress(element)) { in _poll()
415 U_ASSERT(_inProgress(element)); in _put()
449 UBool UnifiedCache::_inProgress(const UHashElement* element) const { in _inProgress() function in UnifiedCache
453 UBool result = _inProgress(value, status); in _inProgress()
458 UBool UnifiedCache::_inProgress( in _inProgress() function in UnifiedCache
470 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
Dunifiedcache.h539 UBool _inProgress(const UHashElement *element) const;
545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;