Lines Matching full:converter
16 * UTF-8 converter implementation. Used to be in ucnv_utf.c.
19 * The CESU-8 converter uses all the same functions as the
20 * UTF-8 converter, with a branch for converting supplementary code points.
68 UConverter *cnv = args->converter;
184 UConverter *cnv = args->converter;
303 UConverter *cnv = args->converter;
417 UConverter *cnv = args->converter;
565 cnv = args->converter;
666 utf8=pToUArgs->converter;
672 /* get the converter state from the UTF-8 UConverter */
690 * Let the standard converter handle this.
697 // Let the standard converter handle edge cases.
789 /* store the partial UTF-8 character, compatible with the regular UTF-8 converter */
830 // Let the standard converter handle this.
881 /* UTF-8 converter data ----------------------------------------------------- */
925 /* CESU-8 converter data ---------------------------------------------------- */