Searched refs:localError (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp285 UErrorCode localError = U_ZERO_ERROR;
294 outFileName.append(basename, localError);
298 outFileName.append(arg, localError);
300 if (U_FAILURE(localError)) {
301 return localError;
318 outFileName.append(CONVERTER_FILE_EXTENSION, localError);
319 if (U_FAILURE(localError)) {
320 return localError;
328 createConverter(&data, arg, &localError);
330 if (U_FAILURE(localError))
[all...]
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp793 UErrorCode localError = U_ZERO_ERROR; local
795 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError);
796 if (U_FAILURE(localError) || errorLength == 0) {
946 UErrorCode localError = U_ZERO_ERROR; local
948 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError);
949 if (U_FAILURE(localError) || errorLength == 0) {

Completed in 607 milliseconds