HomeSort by relevance Sort by last modified time
    Searched defs:UConverter (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/unicode/
ucnv_err.h 15 * \brief C UConverter predefined error callbacks
37 * UConverter *myConverter = ucnv_open("ibm-949", &err);
63 * UConverter *myConverter = ucnv_open("ibm-949", &err);
92 /** Forward declaring the UConverter structure. @stable ICU 2.0 */
93 struct UConverter;
96 typedef struct UConverter UConverter;
197 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
213 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
  /external/icu/icu4c/source/common/
ucnv_bld.h 34 /* size of the overflow buffers in UConverter, enough for escaping callbacks */
94 * the immutable, shared part of UConverter.
135 /* Defines a UConverter, the lightweight mutable part the user sees */
137 struct UConverter {
185 UBool isCopyLocal; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */
243 U_CDECL_END /* end of UConverter */

Completed in 82 milliseconds