/external/webkit/JavaScriptCore/icu/unicode/ |
D | ucnv.h | 301 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 …]
|
D | ucnv_err.h | 91 struct UConverter; 94 typedef struct UConverter UConverter; typedef 188 …UConverter *converter; /**< Pointer to the converter that is opened and to which this struct … 204 …UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
|
/external/webkit/WebCore/icu/unicode/ |
D | ucnv.h | 301 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 …]
|
D | ucnv_err.h | 91 struct UConverter; 94 typedef struct UConverter UConverter; typedef 188 …UConverter *converter; /**< Pointer to the converter that is opened and to which this struct … 204 …UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | ucnv.h | 301 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 …]
|
D | ucnv_err.h | 91 struct UConverter; 94 typedef struct UConverter UConverter; typedef 188 …UConverter *converter; /**< Pointer to the converter that is opened and to which this struct … 204 …UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
|
/external/icu4c/common/unicode/ |
D | ucnv.h | 322 U_STABLE UConverter* U_EXPORT2 352 U_STABLE UConverter* U_EXPORT2 420 U_STABLE UConverter* U_EXPORT2 455 U_STABLE UConverter* U_EXPORT2 495 U_STABLE UConverter * U_EXPORT2 496 ucnv_safeClone(const UConverter *cnv, 521 ucnv_close(UConverter * converter); 541 ucnv_getSubstChars(const UConverter *converter, 566 ucnv_setSubstChars(UConverter *converter, 599 ucnv_setSubstString(UConverter *cnv, [all …]
|
D | ucnv_err.h | 91 struct UConverter; 94 typedef struct UConverter UConverter; typedef 188 …UConverter *converter; /**< Pointer to the converter that is opened and to which this struct … 204 …UConverter *converter; /**< Pointer to the converter that is opened and to which this struct …
|
/external/icu4c/common/ |
D | ucnv_cnv.h | 62 typedef void (*UConverterOpen) (UConverter *cnv, const char *name, const char *locale,uint32_t opti… 63 typedef void (*UConverterClose) (UConverter *cnv); 71 typedef void (*UConverterReset) (UConverter *cnv, UConverterResetChoice choice); 145 typedef void (*UConverterGetStarters)(const UConverter* converter, 153 typedef const char * (*UConverterGetName) (const UConverter *cnv); 173 typedef UConverter * (*UConverterSafeClone) (const UConverter *cnv, 202 typedef void (*UConverterGetUnicodeSet) (const UConverter *cnv, 280 ucnv_getCompleteUnicodeSet(const UConverter *cnv, 286 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, 292 ucnv_fromUWriteBytes(UConverter *cnv, [all …]
|
D | ucnv_imp.h | 35 UConverter *ucnv_createConverter (UConverter *myUConverter, const char *converterName, UErrorCode *… 48 U_CFUNC UConverter * 49 ucnv_createAlgorithmicConverter(UConverter *myUConverter, 56 UConverter* 57 ucnv_createConverterFromSharedData(UConverter *myUConverter, UConverterSharedData *mySharedConverte… 59 UConverter* ucnv_createConverterFromPackage(const char *packageName, const char *converterName,
|
D | ucnv.c | 64 U_CAPI UConverter* U_EXPORT2 68 UConverter *r; in ucnv_open() 78 U_CAPI UConverter* U_EXPORT2 85 U_CAPI UConverter* U_EXPORT2 127 U_CAPI UConverter* U_EXPORT2 149 U_CAPI UConverter* U_EXPORT2 150 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status) in ucnv_safeClone() 152 UConverter *localConverter, *allocatedConverter; in ucnv_safeClone() 201 bufferSizeNeeded = sizeof(UConverter); in ucnv_safeClone() 231 localConverter = allocatedConverter = (UConverter *) uprv_malloc (bufferSizeNeeded); in ucnv_safeClone() [all …]
|
D | ustr_cnv.c | 32 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() 112 UConverter *cnv = u_getDefaultConverter(&err); in u_uastrncpy() 142 UConverter *cnv = u_getDefaultConverter(&err); in u_uastrcpy() 184 UConverter *cnv = u_getDefaultConverter(&err); in u_austrncpy() 214 UConverter *cnv = u_getDefaultConverter(&err); in u_austrcpy()
|
D | ucnvhz.c | 56 UConverter* gbConverter; 67 _HZOpen(UConverter *cnv, const char *name,const char *locale,uint32_t options, UErrorCode *errorCod… in _HZOpen() 84 _HZClose(UConverter *cnv){ in _HZClose() 95 _HZReset(UConverter *cnv, UConverterResetChoice choice){ in _HZReset() 429 UConverter *cnv = args->converter; in _HZ_WriteSub() 459 UConverter cnv; 460 UConverter subCnv; 466 static UConverter * 467 _HZ_SafeClone(const UConverter *cnv, in _HZ_SafeClone() 492 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _HZ_SafeClone() [all …]
|
D | ucnv_cnv.c | 30 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()
|
D | unistr_cnv.cpp | 66 UConverter *cnv, in UnicodeString() 123 UConverter *converter; in extract() 173 UConverter *cnv, in extract() 217 UConverter *cnv, in doExtract() 280 UConverter *converter = (codepage == 0 ? in doCodepageCreate() 321 UConverter *converter, in doCodepageCreate()
|
D | ucnv_ext.h | 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,
|
D | ustr_cnv.h | 29 U_CAPI UConverter* U_EXPORT2 38 u_releaseDefaultConverter(UConverter *converter);
|
D | ucnv2022.c | 196 UConverter *currentConverter; 372 _ISO2022Open(UConverter *cnv, const char *name, const char *locale,uint32_t options, UErrorCode *er… 375 _ISO2022Close(UConverter *converter); 378 _ISO2022Reset(UConverter *converter, UConverterResetChoice choice); 381 _ISO2022getName(const UConverter* cnv); 386 static UConverter * 387 _ISO_2022_SafeClone(const UConverter *cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *sta… 403 fromUWriteUInt8(UConverter *cnv, in fromUWriteUInt8() 418 setInitialStateToUnicodeKR(UConverter* converter, UConverterDataISO2022 *myConverterData){ in setInitialStateToUnicodeKR() 420 UConverter *cnv = myConverterData->currentConverter; in setInitialStateToUnicodeKR() [all …]
|
D | ucnv_bld.c | 777 UConverter * 778 ucnv_createConverter(UConverter *myUConverter, const char *converterName, UErrorCode * err) in ucnv_createConverter() 810 UConverter * 811 ucnv_createAlgorithmicConverter(UConverter *myUConverter, in ucnv_createAlgorithmicConverter() 815 UConverter *cnv; in ucnv_createAlgorithmicConverter() 846 UConverter* 850 UConverter *myUConverter; in ucnv_createConverterFromPackage() 899 UConverter* 900 ucnv_createConverterFromSharedData(UConverter *myUConverter, in ucnv_createConverterFromSharedData() 909 myUConverter = (UConverter *) uprv_malloc (sizeof (UConverter)); in ucnv_createConverterFromSharedData() [all …]
|
/external/webkit/WebCore/platform/text/ |
D | TextCodecICU.h | 33 typedef struct UConverter UConverter; typedef 63 mutable UConverter* m_converterICU; 74 UConverter* converter;
|
/external/icu4c/test/intltest/ |
D | convtest.h | 85 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, 91 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name, 96 UConverter * 100 UConverter *utf8Cnv;
|
/external/icu4c/test/cintltst/ |
D | nucnvtst.c | 26 static void TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t res… 27 static void TestNextUCharError(UConverter* cnv, const char* source, const char* limit, UErrorCode e… 96 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err); 107 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err) in my_ucnv_open() 152 TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t results[], cons… in TestNextUChar() 182 TestNextUCharError(UConverter* cnv, const char* source, const char* limit, UErrorCode expected, con… in TestNextUCharError() 332 UConverter *conv = 0; in testConvertFromU() 489 UConverter *conv = 0; in testConvertToU() 1301 UConverter* myConverter; in TestConverterType() 1326 UConverter* myConverter; in TestConverterTypesAndStarters() [all …]
|
D | eurocreg.c | 117 UBool isEuroAware(UConverter*); 126 UConverter* myConv = ucnv_open(convertersToCheck[i], &err); in TestEuroRegression() 140 UBool isEuroAware(UConverter* myConv) in isEuroAware()
|
/external/icu4c/test/threadtest/ |
D | converttest.cpp | 26 UConverter *fCnv; 48 UConverter *cnv1; in runOnce() 49 UConverter *cnv2; in runOnce()
|
/external/icu4c/tools/genrb/ |
D | derb.c | 53 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 …]
|