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 230 UErrorCode creationStatus = U_ZERO_ERROR;
232 _get(key, value, creationContext, creationStatus);
234 if (U_SUCCESS(creationStatus)) {
240 if (status == U_ZERO_ERROR || U_FAILURE(creationStatus)) {
241 status = creationStatus;
368 const UErrorCode creationStatus,
394 const SharedObject *theValue, UErrorCode creationStatus);
unifiedcache.cpp 199 key->creationStatus,
295 // Places a new value and creationStatus in the cache for the given key.
302 const UErrorCode creationStatus,
312 keyToAdopt->fCreationStatus = creationStatus;
532 const SharedObject *theValue, UErrorCode creationStatus) {
533 return (theValue == gNoValue && creationStatus == U_ZERO_ERROR);

Completed in 43 milliseconds