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

  /external/chromium_org/url/
url_canon_icu.h 14 typedef struct UConverter UConverter;
25 ICUCharsetConverter(UConverter* converter);
35 UConverter* converter_;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecICU.h 34 typedef struct UConverter UConverter;
68 mutable UConverter* m_converterICU;
78 UConverter* converter;
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_err.h 13 * \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;
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/
ucnv_err.h 13 * \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;
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/
ucnv_bld.h 31 /* 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 {
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 */
  /external/icu/icu4c/source/common/
ucnv_bld.h 32 /* 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 {
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 727 milliseconds