Home | History | Annotate | Download | only in toolutil

Lines Matching refs:pErrorCode

130                UErrorCode *pErrorCode) {
152 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
164 UErrorCode *pErrorCode) {
166 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
167 if(U_SUCCESS(*pErrorCode)) {
175 UErrorCode *pErrorCode) {
210 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode);
223 CheckDependency check, void *context, UErrorCode *pErrorCode) {
229 *pErrorCode=U_INVALID_CHAR_FOUND;
255 *pErrorCode=U_UNSUPPORTED_ERROR;
265 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
271 checkIDSuffix(itemName, localeID, -1, (useResSuffix ? ".res" : ""), check, context, pErrorCode);
284 UErrorCode *pErrorCode) {
307 checkAlias(itemName, res, alias, length, useResSuffix, check, context, pErrorCode);
314 checkAlias(itemName, res, alias, length, TRUE, check, context, pErrorCode);
330 pErrorCode);
331 if(U_FAILURE(*pErrorCode)) {
351 pErrorCode);
352 if(U_FAILURE(*pErrorCode)) {
370 UErrorCode *pErrorCode) {
373 res_read(&resData, pInfo, inBytes, length, pErrorCode);
374 if(U_FAILURE(*pErrorCode)) {
387 checkParent(itemName, check, context, pErrorCode);
395 makeTargetName(itemName, "pool", 4, ".res", poolName, (int32_t)sizeof(poolName), pErrorCode);
396 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);