/external/icu4c/common/ |
ucnv_cnv.h | 67 typedef enum UConverterResetChoice { 71 } UConverterResetChoice; 73 typedef void (*UConverterReset) (UConverter *cnv, UConverterResetChoice choice);
|
ucnv_u16.c | 569 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { [all...] |
ucnvhz.c | 107 _HZReset(UConverter *cnv, UConverterResetChoice choice){
|
ucnv_u32.c | [all...] |
ucnv_u7.c | 179 _UTF7Reset(UConverter *cnv, UConverterResetChoice choice) { [all...] |
ucnv2022.c | 380 _ISO2022Reset(UConverter *converter, UConverterResetChoice choice); 655 _ISO2022Reset(UConverter *converter, UConverterResetChoice choice) { [all...] |
ucnv.c | 561 static void _reset(UConverter *converter, UConverterResetChoice choice, [all...] |
ucnvisci.c | 246 static void _ISCIIReset(UConverter *cnv, UConverterResetChoice choice) { [all...] |
ucnvscsu.c | 156 _SCSUReset(UConverter *cnv, UConverterResetChoice choice) { [all...] |