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

/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.c196 UErrorCode err = U_ZERO_ERROR, localError; local
333 localError = U_ZERO_ERROR;
335 createConverter(&data, arg, &localError);
337 if (U_FAILURE(localError))
341 u_errorName(localError));
343 err = localError;
387 localError = U_ZERO_ERROR;
388 writeConverterData(&data, cnvNameWithPkg, destdir, &localError);
390 if(U_FAILURE(localError))
394 u_errorName(localError));
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c196 UErrorCode err = U_ZERO_ERROR, localError; local
333 localError = U_ZERO_ERROR;
335 createConverter(&data, arg, &localError);
337 if (U_FAILURE(localError))
341 u_errorName(localError));
343 err = localError;
387 localError = U_ZERO_ERROR;
388 writeConverterData(&data, cnvNameWithPkg, destdir, &localError);
390 if(U_FAILURE(localError))
394 u_errorName(localError));
[all...]
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duconv.cpp795 UErrorCode localError = U_ZERO_ERROR; local
797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError);
798 if (U_FAILURE(localError) || errorLength == 0) {
948 UErrorCode localError = U_ZERO_ERROR; local
950 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError);
951 if (U_FAILURE(localError) || errorLength == 0) {
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp795 UErrorCode localError = U_ZERO_ERROR; local
797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError);
798 if (U_FAILURE(localError) || errorLength == 0) {
948 UErrorCode localError = U_ZERO_ERROR; local
950 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError);
951 if (U_FAILURE(localError) || errorLength == 0) {

Completed in 169 milliseconds