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 232 UErrorCode creationStatus = U_ZERO_ERROR;
234 _get(key, value, creationContext, creationStatus);
236 if (U_SUCCESS(creationStatus)) {
242 if (status == U_ZERO_ERROR || U_FAILURE(creationStatus)) {
243 status = creationStatus;
370 const UErrorCode creationStatus,
396 const SharedObject *theValue, UErrorCode creationStatus);
unifiedcache.cpp 201 key->creationStatus,
297 // Places a new value and creationStatus in the cache for the given key.
304 const UErrorCode creationStatus,
314 keyToAdopt->fCreationStatus = creationStatus;
534 const SharedObject *theValue, UErrorCode creationStatus) {
535 return (theValue == gNoValue && creationStatus == U_ZERO_ERROR);

Completed in 1026 milliseconds