27 enum { U_PARSE_CONTEXT_LEN = 16 };
UChar preContext[U_PARSE_CONTEXT_LEN]
Textual context before the error.
int32_t offset
The character offset to the error.
UChar postContext[U_PARSE_CONTEXT_LEN]
The error itself and/or textual context after the error.
int32_t line
The line on which the error occurred.
uint16_t UChar
The base type for UTF-16 code units and pointers.
A UParseError struct is used to returned detailed information about parsing errors.
Basic definitions for ICU, for both C and C++ APIs.
struct UParseError UParseError
A UParseError struct is used to returned detailed information about parsing errors.