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

/external/chromium_org/url/
H A Durl_canon_icu.h14 typedef struct UConverter UConverter; typedef in typeref:struct:UConverter
25 ICUCharsetConverter(UConverter* converter);
35 UConverter* converter_;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecICU.h34 typedef struct UConverter UConverter; typedef in typeref:struct:UConverter
68 mutable UConverter* m_converterICU;
78 UConverter* converter;
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h32 /* size of the overflow buffers in UConverter, enough for escaping callbacks */
92 * the immutable, shared part of UConverter.
128 /* Defines a UConverter, the lightweight mutable part the user sees */
130 struct UConverter { struct
178 UBool isCopyLocal; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */
236 U_CDECL_END /* end of UConverter */
/external/icu/icu4c/source/common/
H A Ducnv_bld.h32 /* size of the overflow buffers in UConverter, enough for escaping callbacks */
92 * the immutable, shared part of UConverter.
128 /* Defines a UConverter, the lightweight mutable part the user sees */
130 struct UConverter { struct
178 UBool isCopyLocal; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */
236 U_CDECL_END /* end of UConverter */

Completed in 183 milliseconds