Home | History | Annotate | Download | only in common

Lines Matching defs:cacheStatus

414                 UErrorCode cacheStatus = U_ZERO_ERROR;
415 uhash_put(cache, (void *)r, r, &cacheStatus);
416 if (U_FAILURE(cacheStatus)) {
417 *status = cacheStatus;