Lines Matching refs:errorCode
1687 UErrorCode errorCode = U_ZERO_ERROR;1688 path.append(key, errorCode);1689 if (U_FAILURE(errorCode)) { return RES_BOGUS; }