Home
last modified time | relevance | path

Searched refs:UConverter (Results 1 – 25 of 106) sorted by relevance

12345

/external/icu4c/common/unicode/
Ducnv.h364 U_STABLE UConverter* U_EXPORT2
394 U_STABLE UConverter* U_EXPORT2
462 U_STABLE UConverter* U_EXPORT2
497 U_STABLE UConverter* U_EXPORT2
537 U_STABLE UConverter * U_EXPORT2
538 ucnv_safeClone(const UConverter *cnv,
563 ucnv_close(UConverter * converter);
578 U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_close);
602 ucnv_getSubstChars(const UConverter *converter,
627 ucnv_setSubstChars(UConverter *converter,
[all …]
Ducnv_err.h91 struct UConverter;
94 typedef struct UConverter UConverter; typedef
195UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
211UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
/external/webkit/Source/WebCore/icu/unicode/
Ducnv.h301 U_STABLE UConverter* U_EXPORT2
328 U_STABLE UConverter* U_EXPORT2
396 U_STABLE UConverter* U_EXPORT2
431 U_STABLE UConverter* U_EXPORT2
450 U_STABLE UConverter * U_EXPORT2
451 ucnv_safeClone(const UConverter *cnv,
476 ucnv_close(UConverter * converter);
493 ucnv_getSubstChars(const UConverter *converter,
511 ucnv_setSubstChars(UConverter *converter,
530 ucnv_getInvalidChars(const UConverter *converter,
[all …]
Ducnv_err.h91 struct UConverter;
94 typedef struct UConverter UConverter; typedef
188UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
204UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Ducnv.h301 U_STABLE UConverter* U_EXPORT2
328 U_STABLE UConverter* U_EXPORT2
396 U_STABLE UConverter* U_EXPORT2
431 U_STABLE UConverter* U_EXPORT2
450 U_STABLE UConverter * U_EXPORT2
451 ucnv_safeClone(const UConverter *cnv,
476 ucnv_close(UConverter * converter);
493 ucnv_getSubstChars(const UConverter *converter,
511 ucnv_setSubstChars(UConverter *converter,
530 ucnv_getInvalidChars(const UConverter *converter,
[all …]
Ducnv_err.h91 struct UConverter;
94 typedef struct UConverter UConverter; typedef
188UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
204UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducnv.h301 U_STABLE UConverter* U_EXPORT2
328 U_STABLE UConverter* U_EXPORT2
396 U_STABLE UConverter* U_EXPORT2
431 U_STABLE UConverter* U_EXPORT2
450 U_STABLE UConverter * U_EXPORT2
451 ucnv_safeClone(const UConverter *cnv,
476 ucnv_close(UConverter * converter);
493 ucnv_getSubstChars(const UConverter *converter,
511 ucnv_setSubstChars(UConverter *converter,
530 ucnv_getInvalidChars(const UConverter *converter,
[all …]
Ducnv_err.h91 struct UConverter;
94 typedef struct UConverter UConverter; typedef
188UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
204UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
/external/icu4c/common/
Ducnv_cnv.h67 typedef void (*UConverterOpen) (UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *pErrorCode);
68 typedef void (*UConverterClose) (UConverter *cnv);
76 typedef void (*UConverterReset) (UConverter *cnv, UConverterResetChoice choice);
150 typedef void (*UConverterGetStarters)(const UConverter* converter,
158 typedef const char * (*UConverterGetName) (const UConverter *cnv);
178 typedef UConverter * (*UConverterSafeClone) (const UConverter *cnv,
207 typedef void (*UConverterGetUnicodeSet) (const UConverter *cnv,
285 ucnv_getCompleteUnicodeSet(const UConverter *cnv,
291 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv,
297 ucnv_fromUWriteBytes(UConverter *cnv,
[all …]
Ducnv_imp.h59 U_CAPI UConverter *
60 ucnv_createConverter(UConverter *myUConverter, const char *converterName, UErrorCode * err);
73 U_CFUNC UConverter *
74 ucnv_createAlgorithmicConverter(UConverter *myUConverter,
85 U_CFUNC UConverter *
86 ucnv_createConverterFromSharedData(UConverter *myUConverter,
91 U_CFUNC UConverter *
Dustr_cnv.c32 static UConverter *gDefaultConverter = NULL;
34 U_CAPI UConverter* U_EXPORT2
37 UConverter *converter = NULL; in u_getDefaultConverter()
63 u_releaseDefaultConverter(UConverter *converter) in u_releaseDefaultConverter()
86 UConverter *converter = NULL; in u_flushDefaultConverter()
135 UConverter *cnv = u_getDefaultConverter(&err); in u_uastrncpy()
165 UConverter *cnv = u_getDefaultConverter(&err); in u_uastrcpy()
207 UConverter *cnv = u_getDefaultConverter(&err); in u_austrncpy()
237 UConverter *cnv = u_getDefaultConverter(&err); in u_austrcpy()
Ducnv.c68 U_CAPI UConverter* U_EXPORT2
72 UConverter *r; in ucnv_open()
82 U_CAPI UConverter* U_EXPORT2
89 U_CAPI UConverter* U_EXPORT2
131 U_CAPI UConverter* U_EXPORT2
153 U_CAPI UConverter* U_EXPORT2
154 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status) in ucnv_safeClone()
156 UConverter *localConverter, *allocatedConverter; in ucnv_safeClone()
205 bufferSizeNeeded = sizeof(UConverter); in ucnv_safeClone()
235 localConverter = allocatedConverter = (UConverter *) uprv_malloc (bufferSizeNeeded); in ucnv_safeClone()
[all …]
Ducnv_cnv.c30 ucnv_getCompleteUnicodeSet(const UConverter *cnv, in ucnv_getCompleteUnicodeSet()
38 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, in ucnv_getNonSurrogateUnicodeSet()
47 ucnv_fromUWriteBytes(UConverter *cnv, in ucnv_fromUWriteBytes()
87 ucnv_toUWriteUChars(UConverter *cnv, in ucnv_toUWriteUChars()
127 ucnv_toUWriteCodePoint(UConverter *cnv, in ucnv_toUWriteCodePoint()
Ducnvhz.c58 UConverter* gbConverter;
70 _HZOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){ in _HZOpen()
71 UConverter *gbConverter; in _HZOpen()
96 _HZClose(UConverter *cnv){ in _HZClose()
107 _HZReset(UConverter *cnv, UConverterResetChoice choice){ in _HZReset()
501 UConverter *cnv = args->converter; in _HZ_WriteSub()
531 UConverter cnv;
532 UConverter subCnv;
538 static UConverter *
539 _HZ_SafeClone(const UConverter *cnv, in _HZ_SafeClone()
[all …]
Dunistr_cnv.cpp86 UConverter *cnv, in UnicodeString()
172 UConverter *converter; in extract()
216 UConverter *cnv, in extract()
260 UConverter *cnv, in doExtract()
323 UConverter *converter; in doCodepageCreate()
367 UConverter *converter, in doCodepageCreate()
Ducnv_ext.h347 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,
Dustr_cnv.h29 U_CAPI UConverter* U_EXPORT2
38 u_releaseDefaultConverter(UConverter *converter);
/external/chromium/googleurl/src/
Durl_canon_icu.h37 typedef struct UConverter UConverter; typedef
48 GURL_API ICUCharsetConverter(UConverter* converter);
58 UConverter* converter_;
/external/webkit/Source/WebCore/platform/text/
DTextCodecICU.h34 typedef struct UConverter UConverter; typedef
63 mutable UConverter* m_converterICU;
71 UConverter* converter;
/external/icu4c/test/intltest/
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/chromium/base/i18n/
Dicu_string_conversions.cc80 bool ConvertFromUTF16(UConverter* converter, const UChar* uchar_src, in ConvertFromUTF16()
117 UConverter* converter, UErrorCode* status) { in SetUpErrorHandlerForToUChars()
160 UConverter* converter = ucnv_open(codepage_name, &status); in UTF16ToCodepage()
175 UConverter* converter = ucnv_open(codepage_name, &status); in CodepageToUTF16()
213 UConverter* converter = ucnv_open(codepage_name, &status); in WideToCodepage()
243 UConverter* converter = ucnv_open(codepage_name, &status); in CodepageToWide()
/external/icu4c/test/threadtest/
Dconverttest.cpp26 UConverter *fCnv;
48 UConverter *cnv1; in runOnce()
49 UConverter *cnv2; in runOnce()
/external/icu4c/test/cintltst/
Deurocreg.c117 UBool isEuroAware(UConverter*);
126 UConverter* myConv = ucnv_open(convertersToCheck[i], &err); in TestEuroRegression()
140 UBool isEuroAware(UConverter* myConv) in isEuroAware()
Dnucnvtst.c31 static void TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t res…
32 static void TestNextUCharError(UConverter* cnv, const char* source, const char* limit, UErrorCode e…
120 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err);
131 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err) in my_ucnv_open()
176 TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t results[], cons… in TestNextUChar()
206 TestNextUCharError(UConverter* cnv, const char* source, const char* limit, UErrorCode expected, con… in TestNextUCharError()
379 UConverter *conv = 0; in testConvertFromU()
536 UConverter *conv = 0; in testConvertToU()
1354 UConverter* myConverter; in TestConverterType()
1379 UConverter* myConverter; in TestConverterTypesAndStarters()
[all …]
/external/icu4c/tools/genrb/
Dderb.c53 static UConverter *defaultConverter = 0;
62 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t ind…
63 static void printString(FILE *out, UConverter *converter, const UChar *str, int32_t len);
64 static void printCString(FILE *out, UConverter *converter, const char *str, int32_t len);
65 static void printIndent(FILE *out, UConverter *converter, int32_t indent);
66 static void printHex(FILE *out, UConverter *converter, uint8_t what);
100 UConverter *converter; in main()
410 static void printString(FILE *out, UConverter *converter, const UChar *str, int32_t len) { in printString()
430 static void printCString(FILE *out, UConverter *converter, const char *str, int32_t len) { in printCString()
450 static void printIndent(FILE *out, UConverter *converter, int32_t indent) { in printIndent()
[all …]

12345