Lines Matching refs:pErrorCode
132 UErrorCode *pErrorCode) {
154 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
166 UErrorCode *pErrorCode) {
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
169 if(U_SUCCESS(*pErrorCode)) {
177 UErrorCode *pErrorCode) {
212 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode);
225 CheckDependency check, void *context, UErrorCode *pErrorCode) {
231 *pErrorCode=U_INVALID_CHAR_FOUND;
257 *pErrorCode=U_UNSUPPORTED_ERROR;
267 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
273 checkIDSuffix(itemName, localeID, -1, (useResSuffix ? ".res" : ""), check, context, pErrorCode);
286 UErrorCode *pErrorCode) {
309 checkAlias(itemName, res, alias, length, useResSuffix, check, context, pErrorCode);
316 checkAlias(itemName, res, alias, length, TRUE, check, context, pErrorCode);
332 pErrorCode);
333 if(U_FAILURE(*pErrorCode)) {
353 pErrorCode);
354 if(U_FAILURE(*pErrorCode)) {
372 UErrorCode *pErrorCode) {
375 res_read(&resData, pInfo, inBytes, length, pErrorCode);
376 if(U_FAILURE(*pErrorCode)) {
389 checkParent(itemName, check, context, pErrorCode);
397 makeTargetName(itemName, "pool", 4, ".res", poolName, (int32_t)sizeof(poolName), pErrorCode);
398 if(U_FAILURE(*pErrorCode)) {
436 pErrorCode);
447 UErrorCode *pErrorCode) {
473 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
491 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
504 *pErrorCode=U_UNSUPPORTED_ERROR;
524 *pErrorCode=U_INDEX_OUTOFBOUNDS_ERROR;
534 *pErrorCode=U_UNSUPPORTED_ERROR;
537 ds->swapInvChars(ds, inBaseName, baseNameLength+1, baseName, pErrorCode);
539 checkIDSuffix(itemName, baseName, -1, ".cnv", check, context, pErrorCode);