Home
last modified time | relevance | path

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

12345

/external/icu4c/common/unicode/
Ducnv.h362 U_STABLE UConverter* U_EXPORT2
392 U_STABLE UConverter* U_EXPORT2
460 U_STABLE UConverter* U_EXPORT2
495 U_STABLE UConverter* U_EXPORT2
535 U_STABLE UConverter * U_EXPORT2
536 ucnv_safeClone(const UConverter *cnv,
561 ucnv_close(UConverter * converter);
576 U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_close);
600 ucnv_getSubstChars(const UConverter *converter,
625 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/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/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/icu4c/common/
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);
175 typedef UConverter * (*UConverterSafeClone) (const UConverter *cnv,
204 typedef void (*UConverterGetUnicodeSet) (const UConverter *cnv,
282 ucnv_getCompleteUnicodeSet(const UConverter *cnv,
288 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv,
294 ucnv_fromUWriteBytes(UConverter *cnv,
[all …]
Ducnv_imp.h59 UConverter *ucnv_createConverter (UConverter *myUConverter, const char *converterName, UErrorCode *…
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,
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.c66 U_CAPI UConverter* U_EXPORT2
70 UConverter *r; in ucnv_open()
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) in ucnv_safeClone()
154 UConverter *localConverter, *allocatedConverter; in ucnv_safeClone()
203 bufferSizeNeeded = sizeof(UConverter); in ucnv_safeClone()
233 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.c57 UConverter* gbConverter;
69 _HZOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){ in _HZOpen()
70 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.c30 static void TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t res…
31 static void TestNextUCharError(UConverter* cnv, const char* source, const char* limit, UErrorCode e…
117 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err);
128 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err) in my_ucnv_open()
173 TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t results[], cons… in TestNextUChar()
203 TestNextUCharError(UConverter* cnv, const char* source, const char* limit, UErrorCode expected, con… in TestNextUCharError()
376 UConverter *conv = 0; in testConvertFromU()
533 UConverter *conv = 0; in testConvertToU()
1351 UConverter* myConverter; in TestConverterType()
1376 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