Home
last modified time | relevance | path

Searched refs:UConverter (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Ducnv.h318 * Creates a UConverter object with the name of a coded character set specified as a C string.
367 U_CAPI UConverter* U_EXPORT2
385 * @param name Name of the UConverter table in a zero terminated
397 U_CAPI UConverter* U_EXPORT2
402 * Creates a UConverter object from a CCSID number and platform pair.
465 U_CAPI UConverter* U_EXPORT2
471 * <p>Creates a UConverter object specified from a packageName and a converterName.</p>
500 U_CAPI UConverter* U_EXPORT2
513 U_CAPI UConverter* U_EXPORT2 ucnv_clone(const UConverter *cn
[all...]
H A Ducnv_err.h15 * \brief C API: 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; typedef
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 */

Completed in 2 milliseconds