Searched refs:minorErrorCode (Results 1 – 1 of 1) sorted by relevance
254 UErrorCode minorErrorCode = U_ZERO_ERROR; in NativeConverter_encode() local255 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() local311 ucnv_getInvalidChars(cnv, invalidBytes, &invalidByteCount, &minorErrorCode); in NativeConverter_decode()312 if (U_SUCCESS(minorErrorCode)) { in NativeConverter_decode()