Searched defs:errorCode (Results 1 – 3 of 3) sorted by relevance
61 public static Chunk createFailChunk(int errorCode, String msg) { in createFailChunk()
215 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_encode() local271 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_decode() local417 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_setCallbackEncode() local501 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_setCallbackDecode() local540 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_contains() local
329 public void error(String message, Exception exception, int errorCode) { in error()