Home
last modified time | relevance | path

Searched refs:minorErrorCode (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_icu_NativeConverter.cpp254 UErrorCode minorErrorCode = U_ZERO_ERROR; in NativeConverter_encode() local
255 ucnv_getInvalidUChars(cnv, invalidUChars, &invalidUCharCount, &minorErrorCode); in NativeConverter_encode()
256 if (U_SUCCESS(minorErrorCode)) { in NativeConverter_encode()
310 UErrorCode minorErrorCode = U_ZERO_ERROR; in NativeConverter_decode() local
311 ucnv_getInvalidChars(cnv, invalidBytes, &invalidByteCount, &minorErrorCode); in NativeConverter_decode()
312 if (U_SUCCESS(minorErrorCode)) { in NativeConverter_decode()