OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UConverter
(Results
1 - 7
of
7
) sorted by null
/external/chromium/googleurl/src/
url_canon_icu.h
37
typedef struct
UConverter
UConverter
;
48
GURL_API ICUCharsetConverter(
UConverter
* converter);
58
UConverter
* converter_;
/external/webkit/Source/WebCore/platform/text/
TextCodecICU.h
34
typedef struct
UConverter
UConverter
;
63
mutable
UConverter
* m_converterICU;
71
UConverter
* converter;
/external/icu4c/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/webkit/Source/JavaScriptCore/icu/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
;
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/
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
;
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/
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
;
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/
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
*/
Completed in 93 milliseconds