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

12345

/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/icu4c/common/
H A Dustr_cnv.h29 U_CAPI UConverter* U_EXPORT2
38 u_releaseDefaultConverter(UConverter *converter);
H A Ducnv_imp.h59 UConverter *ucnv_createConverter (UConverter *myUConverter, const char *converterName, UErrorCode * err);
63 * @param myUConverter NULL, or pre-allocated UConverter structure to avoid
72 U_CFUNC UConverter *
73 ucnv_createAlgorithmicConverter(UConverter *myUConverter,
84 UConverter*
85 ucnv_createConverterFromSharedData(UConverter *myUConverter,
90 UConverter* ucnv_createConverterFromPackage(const char *packageName, const char *converterName,
94 * Load a converter but do not create a UConverter object.
H A Ducnv_cnv.h64 typedef void (*UConverterOpen) (UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode);
65 typedef void (*UConverterClose) (UConverter *cnv);
73 typedef void (*UConverterReset) (UConverter *cnv, UConverterResetChoice choice);
147 typedef void (*UConverterGetStarters)(const UConverter* converter,
155 typedef const char * (*UConverterGetName) (const UConverter *cnv);
160 * the substitution character from UConverter.
175 typedef UConverter * (*UConverterSafeClone) (const UConverter *cnv,
204 typedef void (*UConverterGetUnicodeSet) (const UConverter *cnv,
282 ucnv_getCompleteUnicodeSet(const UConverter *cn
[all...]
H A Dustr_cnv.c32 static UConverter *gDefaultConverter = NULL;
34 U_CAPI UConverter* U_EXPORT2
37 UConverter *converter = NULL;
63 u_releaseDefaultConverter(UConverter *converter)
86 UConverter *converter = NULL;
135 UConverter *cnv = u_getDefaultConverter(&err);
165 UConverter *cnv = u_getDefaultConverter(&err);
207 UConverter *cnv = u_getDefaultConverter(&err);
237 UConverter *cnv = u_getDefaultConverter(&err);
H A Ducnv_set.c30 ucnv_getUnicodeSet(const UConverter *cnv,
H A Ducnv.c66 U_CAPI UConverter* U_EXPORT2
70 UConverter *r;
80 U_CAPI UConverter* U_EXPORT2
87 U_CAPI UConverter* U_EXPORT2
129 U_CAPI UConverter* U_EXPORT2
151 U_CAPI UConverter* U_EXPORT2
152 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status)
154 UConverter *localConverter, *allocatedConverter;
203 bufferSizeNeeded = sizeof(UConverter);
233 localConverter = allocatedConverter = (UConverter *) uprv_mallo
[all...]
H A Ducnv_cnv.c30 ucnv_getCompleteUnicodeSet(const UConverter *cnv,
38 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv,
47 ucnv_fromUWriteBytes(UConverter *cnv,
87 ucnv_toUWriteUChars(UConverter *cnv,
127 ucnv_toUWriteCodePoint(UConverter *cnv,
H A Ducnvhz.c57 UConverter* gbConverter;
69 _HZOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){
70 UConverter *gbConverter;
96 _HZClose(UConverter *cnv){
107 _HZReset(UConverter *cnv, UConverterResetChoice choice){
501 UConverter *cnv = args->converter;
531 UConverter cnv;
532 UConverter subCnv;
538 static UConverter *
539 _HZ_SafeClone(const UConverter *cn
[all...]
H A Ducnv_ext.h84 * buffers in UConverter that are used to store partial matches.
347 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx,
361 ucnv_extContinueMatchToU(UConverter *cnv,
367 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx,
381 ucnv_extContinueMatchFromU(UConverter *cnv,
H A Dures_cnv.c56 UConverter *cnv=u_getDefaultConverter(status);
/external/icu4c/common/unicode/
H A Ducnv.h315 * Creates a UConverter object with the name of a coded character set specified as a C string.
362 U_STABLE UConverter* U_EXPORT2
380 * @param name Name of the UConverter table in a zero terminated
392 U_STABLE UConverter* U_EXPORT2
397 * Creates a UConverter object from a CCSID number and platform pair.
460 U_STABLE UConverter* U_EXPORT2
466 * <p>Creates a UConverter object specified from a packageName and a converterName.</p>
495 U_STABLE UConverter* U_EXPORT2
535 U_STABLE UConverter * U_EXPORT2
536 ucnv_safeClone(const UConverter *cn
[all...]
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.h267 * Creates a UConverter object with the names specified as a C string.
301 U_STABLE UConverter* U_EXPORT2
328 U_STABLE UConverter* U_EXPORT2
333 * Creates a UConverter object from a CCSID number and platform pair.
396 U_STABLE UConverter* U_EXPORT2
402 * <p>Creates a UConverter object specified from a packageName and a converterName.</p>
431 U_STABLE UConverter* U_EXPORT2
450 U_STABLE UConverter * U_EXPORT2
451 ucnv_safeClone(const UConverter *cnv,
476 ucnv_close(UConverter * converte
[all...]
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.h267 * Creates a UConverter object with the names specified as a C string.
301 U_STABLE UConverter* U_EXPORT2
328 U_STABLE UConverter* U_EXPORT2
333 * Creates a UConverter object from a CCSID number and platform pair.
396 U_STABLE UConverter* U_EXPORT2
402 * <p>Creates a UConverter object specified from a packageName and a converterName.</p>
431 U_STABLE UConverter* U_EXPORT2
450 U_STABLE UConverter * U_EXPORT2
451 ucnv_safeClone(const UConverter *cnv,
476 ucnv_close(UConverter * converte
[all...]
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.h267 * Creates a UConverter object with the names specified as a C string.
301 U_STABLE UConverter* U_EXPORT2
328 U_STABLE UConverter* U_EXPORT2
333 * Creates a UConverter object from a CCSID number and platform pair.
396 U_STABLE UConverter* U_EXPORT2
402 * <p>Creates a UConverter object specified from a packageName and a converterName.</p>
431 U_STABLE UConverter* U_EXPORT2
450 U_STABLE UConverter * U_EXPORT2
451 ucnv_safeClone(const UConverter *cnv,
476 ucnv_close(UConverter * converte
[all...]
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/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/test/intltest/
H A Dconvtest.h85 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
91 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name,
96 UConverter *
100 UConverter *utf8Cnv;
/external/webkit/Source/WebKit/android/icu/unicode/
H A Ducnv.cpp40 U_STABLE UConverter* U_EXPORT2
H A Ducnv.h35 U_STABLE UConverter* U_EXPORT2
/external/icu4c/test/cintltst/
H A Deurocreg.c117 UBool isEuroAware(UConverter*);
126 UConverter* myConv = ucnv_open(convertersToCheck[i], &err);
140 UBool isEuroAware(UConverter* myConv)
/external/icu4c/test/threadtest/
H A Dconverttest.cpp26 UConverter *fCnv;
48 UConverter *cnv1;
49 UConverter *cnv2;

Completed in 285 milliseconds

12345