HomeSort by relevance Sort by last modified time
    Searched refs:fCreationStatus (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
unifiedcache.h 37 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsMaster(FALSE) {}
43 : UObject(other), fCreationStatus(other.fCreationStatus), fIsMaster(FALSE) { }
90 mutable UErrorCode fCreationStatus;
unifiedcache.cpp 314 keyToAdopt->fCreationStatus = creationStatus;
460 theKey->fCreationStatus = status;
508 status = theKey->fCreationStatus;
546 if (_inProgress(theValue, theKey->fCreationStatus)) {

Completed in 187 milliseconds