Home | History | Annotate | Download | only in common

Lines Matching full:conversion

17 *   of conversion code from multi-byte codepages to Unicode and back.
80 * (and UTF-8-friendly) fromUnicode conversion for Unicode code points up to maxFastUChar.
117 * Files that contain only a conversion table and no base table
151 * This is used here for character conversion.
292 * The conversion data structure for fromUnicode is designed for the known
941 /* conversion extensions for input not in the main table -------------------- */
947 * In the future, conversion extensions may handle m:n mappings and delta tables,
948 * see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/conversion/conversion_extensions.html
1598 /* conversion file with a base table; an additional extension table is optional */
1852 /* MBCS-to-Unicode conversion functions ------------------------------------- */
1917 /* conversion loop */
2070 * since the conversion here is 1:1 UChar:uint8_t, we need only one counter
2156 /* conversion loop */
2308 return FALSE; /* SI/SO are illegal for DBCS-only conversion */
2394 /* conversion loop */
2638 /* SI/SO are illegal for DBCS-only conversion */
2730 * We still need a conversion loop in case we find reserved action codes, which are to be ignored.
2752 /* conversion loop */
2807 * conversion without offset handling.
2875 /* conversion loop */
2957 /* SI/SO are illegal for DBCS-only conversion */
3054 * It does not handle conversion extensions (_extToU()).
3107 * It handles conversion extensions but not GB 18030.
3157 /* conversion loop */
3253 /* MBCS-from-Unicode conversion functions ----------------------------------- */
3305 /* conversion loop */
3427 /* normal end of conversion: prepare for a new character */
3467 /* normal end of conversion: prepare for a new character */
3538 /* conversion loop */
3609 /* normal end of conversion: prepare for a new character */
3633 /* normal end of conversion: prepare for a new character */
3715 * since the conversion here is 1:1 UChar:uint8_t, we need only one counter
3723 /* conversion loop */
3787 * This speeds up the conversion of assigned characters.
3805 /* normal end of conversion: prepare for a new character */
4020 /* conversion loop */
4029 * using a function call for the conversion and callback, which would
4480 /* normal end of conversion: prepare for a new character */
4586 /* normal end of conversion: prepare for a new character */
4602 * are handled by the framework, but for EBCDIC_STATEFUL conversion
4653 * This is another simple conversion function for internal use by other
4654 * conversion implementations.
4657 * It handles conversion extensions but not GB 18030.
4819 * It does not handle conversion extensions (_extFromU()).
4849 /* MBCS-from-UTF-8 conversion functions ------------------------------------- */
4920 * In the conversion loop compare source with sourceLimit only once
4933 /* exit the conversion loop before the lead byte if there are not enough trail bytes for it */
4949 * and then continue with normal conversion.
4966 /* conversion loop */
5030 * The sourceLimit may have been adjusted before the conversion loop
5102 * to UTF-8->UTF-16->charset conversion.
5120 * In normal from-UTF-16 conversion, we would just continue
5140 * The sourceLimit may have been adjusted before the conversion loop
5224 * In the conversion loop compare source with sourceLimit only once
5237 /* exit the conversion loop before the lead byte if there are not enough trail bytes for it */
5252 /* conversion loop */
5314 * The sourceLimit may have been adjusted before the conversion loop
5415 * to UTF-8->UTF-16->charset conversion.
5433 * In normal from-UTF-16 conversion, we would just continue
5454 * The sourceLimit may have been adjusted before the conversion loop