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

  /external/icu/icu4c/source/common/
unifiedcache.h 35 CacheKeyBase() : creationStatus(U_ZERO_ERROR) {}
41 : UObject(other), creationStatus(other.creationStatus) { }
88 mutable UErrorCode creationStatus;
225 UErrorCode creationStatus = U_ZERO_ERROR;
227 _get(key, value, creationContext, creationStatus);
229 if (U_SUCCESS(creationStatus)) {
235 if (status == U_ZERO_ERROR || U_FAILURE(creationStatus)) {
236 status = creationStatus;
306 const UErrorCode creationStatus,
    [all...]
unifiedcache.cpp 165 key->creationStatus,
210 // Places a new value and creationStatus in the cache for the given key.
217 const UErrorCode creationStatus,
227 keyToAdopt->creationStatus = creationStatus;
340 theKey->creationStatus = status;
363 status = theKey->creationStatus;

Completed in 822 milliseconds