Searched defs:UConverter (Results 1 - 7 of 7) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_icu.h37 typedef struct UConverter UConverter; typedef in typeref:struct:UConverter
48 GURL_API ICUCharsetConverter(UConverter* converter);
58 UConverter* converter_;
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.h34 typedef struct UConverter UConverter; typedef in typeref:struct:UConverter
63 mutable UConverter* m_converterICU;
71 UConverter* converter;
/external/icu4c/common/unicode/
H A Ducnv_err.h13 * \brief C UConverter predefined error callbacks
35 * UConverter *myConverter = ucnv_open("ibm-949", &err);
61 * UConverter *myConverter = ucnv_open("ibm-949", &err);
90 /** Forward declaring the UConverter structure. @stable ICU 2.0 */
91 struct UConverter;
94 typedef struct UConverter UConverter; typedef in typeref:struct:UConverter
195 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
211 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv_err.h13 * \brief C UConverter predefined error callbacks
35 * UConverter *myConverter = ucnv_open("ibm-949", &err);
61 * UConverter *myConverter = ucnv_open("ibm-949", &err);
90 /** Forward declaring the UConverter structure. @stable ICU 2.0 */
91 struct UConverter;
94 typedef struct UConverter UConverter; typedef in typeref:struct:UConverter
188 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
204 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv_err.h13 * \brief C UConverter predefined error callbacks
35 * UConverter *myConverter = ucnv_open("ibm-949", &err);
61 * UConverter *myConverter = ucnv_open("ibm-949", &err);
90 /** Forward declaring the UConverter structure. @stable ICU 2.0 */
91 struct UConverter;
94 typedef struct UConverter UConverter; typedef in typeref:struct:UConverter
188 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
204 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv_err.h13 * \brief C UConverter predefined error callbacks
35 * UConverter *myConverter = ucnv_open("ibm-949", &err);
61 * UConverter *myConverter = ucnv_open("ibm-949", &err);
90 /** Forward declaring the UConverter structure. @stable ICU 2.0 */
91 struct UConverter;
94 typedef struct UConverter UConverter; typedef in typeref:struct:UConverter
188 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
204 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */
/external/icu4c/common/
H A Ducnv_bld.h31 /* size of the overflow buffers in UConverter, enough for escaping callbacks */
91 * the immutable, shared part of UConverter.
127 /* Defines a UConverter, the lightweight mutable part the user sees */
129 struct UConverter { struct
177 UBool isCopyLocal; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */
235 U_CDECL_END /* end of UConverter */

Completed in 172 milliseconds