Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp330 if (element != NULL && !_inProgress(element)) { in _putIfAbsentAndGet()
359 while (element != NULL && _inProgress(element)) { in _poll()
418 U_ASSERT(_inProgress(element)); in _put()
452 UBool UnifiedCache::_inProgress(const UHashElement* element) const { in _inProgress() function in UnifiedCache
456 UBool result = _inProgress(value, status); in _inProgress()
461 UBool UnifiedCache::_inProgress( in _inProgress() function in UnifiedCache
473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
Dunifiedcache.h539 UBool _inProgress(const UHashElement *element) const;
545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;
/external/icu/libicu/cts_headers/
Dunifiedcache.h539 UBool _inProgress(const UHashElement *element) const;
545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;