Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp339 if (element != NULL && !_inProgress(element)) { in _putIfAbsentAndGet()
372 while (element != NULL && _inProgress(element)) { in _poll()
457 U_ASSERT(_inProgress(element)); in _put()
518 UBool UnifiedCache::_inProgress(const UHashElement *element) { in _inProgress() function in UnifiedCache
522 UBool result = _inProgress(value, status); in _inProgress()
533 UBool UnifiedCache::_inProgress( in _inProgress() function in UnifiedCache
546 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
Dunifiedcache.h394 static UBool _inProgress(const UHashElement *element);
395 static UBool _inProgress(