/external/icu4c/common/ |
ucnvscsu.c | 157 _SCSUReset(UConverter *cnv, UConverterResetChoice choice) { 193 _SCSUOpen(UConverter *cnv, 218 _SCSUClose(UConverter *cnv) { 232 UConverter *cnv; 555 /* set the converter state back into UConverter */ 586 UConverter *cnv; 848 /* set the converter state back into UConverter */ [all...] |
ustr_wcs.cpp | 74 UConverter* conv = NULL; 289 UConverter* conv = NULL;
|
ucnv_ext.cpp | 234 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, 276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, 368 ucnv_extContinueMatchToU(UConverter *cnv, 669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, 744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, 861 ucnv_extContinueMatchFromU(UConverter *cnv, [all...] |
ucnv_u8.c | 93 UConverter *cnv = args->converter; 221 UConverter *cnv = args->converter; 351 UConverter *cnv = args->converter; 465 UConverter *cnv = args->converter; 603 UConverter *cnv; 755 UConverter *utf8; 773 /* get the converter state from the UTF-8 UConverter */ [all...] |
ucnvisci.c | 188 static void _ISCIIOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode) { 232 static void _ISCIIClose(UConverter *cnv) { 241 static const char* _ISCIIgetName(const UConverter* cnv) { 249 static void _ISCIIReset(UConverter *cnv, UConverterResetChoice choice) { [all...] |
ucnvmbcs.c | 401 /* bit flag for UConverter.options indicating GB 18030 special handling */ 404 /* bit flag for UConverter.options indicating KEIS,JEF,JIF special handling */ [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustr_wcs.c | 71 UConverter* conv = NULL; 282 UConverter* conv = NULL;
|
ucnv_ext.c | 233 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, 275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, 367 ucnv_extContinueMatchToU(UConverter *cnv, 669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, 744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, 861 ucnv_extContinueMatchFromU(UConverter *cnv, [all...] |
ucnv_u8.c | 90 UConverter *cnv = args->converter; 218 UConverter *cnv = args->converter; 348 UConverter *cnv = args->converter; 462 UConverter *cnv = args->converter; 600 UConverter *cnv; 752 UConverter *utf8, *cnv; 771 /* get the converter state from the UTF-8 UConverter */ [all...] |
ucnvisci.c | 174 static void _ISCIIOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode) { 221 static void _ISCIIClose(UConverter *cnv) { 238 static const char* _ISCIIgetName(const UConverter* cnv) { 246 static void _ISCIIReset(UConverter *cnv, UConverterResetChoice choice) { [all...] |
ucnvmbcs.c | 398 /* bit flag for UConverter.options indicating GB 18030 special handling */ 401 /* bit flag for UConverter.options indicating KEIS,JEF,JIF special handling */ [all...] |
ucnvbocu.c | 243 * The UConverter fields are used as follows: 387 UConverter *cnv; 407 /* get the converter state from UConverter */ 621 /* set the converter state back into UConverter */ 641 UConverter *cnv; 655 /* get the converter state from UConverter */ 842 /* set the converter state back into UConverter */ 936 UConverter *cnv; 957 /* get the converter state from UConverter */ [all...] |
ucnvmbcs.h | 445 * It does not handle the EBCDIC swaplfnl option (set in UConverter). 460 * It does not handle the EBCDIC swaplfnl option (set in UConverter). 491 * It does not handle the EBCDIC swaplfnl option (set in UConverter). 511 * It does not handle the EBCDIC swaplfnl option (set in UConverter). 525 ucnv_MBCSGetType(const UConverter* converter);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.cpp | 653 UConverter * 756 stepToUnicode(ConversionCase &cc, UConverter *cnv, [all...] |
/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
utfperf.cpp | 147 UConverter *cnv; 323 UConverter *utf8Cnv;
|
/external/icu4c/test/intltest/ |
convtest.cpp | 680 UConverter * 785 stepToUnicode(ConversionCase &cc, UConverter *cnv, [all...] |
/external/icu4c/test/perf/utfperf/ |
utfperf.cpp | 147 UConverter *cnv; 323 UConverter *utf8Cnv;
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 46 UConverter* conv; 52 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ 131 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){
|
/external/icu4c/tools/toolutil/ |
ucbuf.c | 47 UConverter* conv; 53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ 132 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cintltst.c | 81 UConverter *cnv; 505 UConverter* conv = ucnv_open(convName, &errorCode);
|
ncnvtst.c | [all...] |
/external/icu4c/test/cintltst/ |
cintltst.c | 89 UConverter *cnv; 517 UConverter* conv = ucnv_open(convName, &errorCode);
|
ncnvtst.c | [all...] |
/external/chromium_org/third_party/icu/source/io/ |
ufile.c | 306 U_CAPI UConverter * U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
|
ufmt_cmn.c | 227 UConverter *defConverter = u_getDefaultConverter(&status);
|