ICU-2023 Fix some documentation for doxygen
X-SVN-Rev: 9367
This commit is contained in:
parent
a790297f07
commit
2172746123
@ -39,13 +39,15 @@ typedef struct UConverter UConverter;
|
||||
|
||||
U_CDECL_BEGIN
|
||||
|
||||
/* maximum length of the converter names */
|
||||
/** Maximum length of a converter name including the terminating NULL */
|
||||
#define UCNV_MAX_CONVERTER_NAME_LENGTH 60
|
||||
/* maximum length of the converter name including path */
|
||||
/** Maximum length of a converter name including path and terminating NULL */
|
||||
#define UCNV_MAX_FULL_FILE_NAME_LENGTH (600+UCNV_MAX_CONVERTER_NAME_LENGTH)
|
||||
|
||||
#define UCNV_SI 0x0F /*Shift in for EBDCDIC_STATEFUL and iso2022 states */
|
||||
#define UCNV_SO 0x0E /*Shift out for EBDCDIC_STATEFUL and iso2022 states */
|
||||
/** Shift in for EBDCDIC_STATEFUL and iso2022 states */
|
||||
#define UCNV_SI 0x0F
|
||||
/** Shift out for EBDCDIC_STATEFUL and iso2022 states */
|
||||
#define UCNV_SO 0x0E
|
||||
|
||||
/**
|
||||
* Enum for specifying basic types of converters
|
||||
|
Loading…
Reference in New Issue
Block a user