Searched defs:errorCode (Results 1 – 3 of 3) sorted by relevance
61 public static Chunk createFailChunk(int errorCode, String msg) { in createFailChunk()
214 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_encode() local270 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_decode() local416 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_setCallbackEncode() local500 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_setCallbackDecode() local539 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_contains() local
330 public void error(String message, Exception exception, int errorCode) { in error()