Searched refs:localError (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 287 UErrorCode localError = U_ZERO_ERROR; in main() local 296 outFileName.append(basename, localError); in main() 300 outFileName.append(arg, localError); in main() 302 if (U_FAILURE(localError)) { in main() 303 return localError; in main() 320 outFileName.append(CONVERTER_FILE_EXTENSION, localError); in main() 321 if (U_FAILURE(localError)) { in main() 322 return localError; in main() 330 createConverter(&data, arg, &localError); in main() 332 if (U_FAILURE(localError)) in main() [all …]
|
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 795 UErrorCode localError = U_ZERO_ERROR; in convertFile() local 797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile() 798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile() 948 UErrorCode localError = U_ZERO_ERROR; in convertFile() local 950 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError); in convertFile() 951 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 1179 localError := "none" 1181 localError = err.Error() 1184 correctFailure = correctFailure && strings.Contains(localError, test.expectedLocalError) 1205 …ocal error '%s', child error '%s', stdout:\n%s\nstderr:\n%s\n%s", msg, localError, childError, std…
|