Home | History | Annotate | Download | only in unicode

Lines Matching full:converters

31  * different types of converters, there are other functions in this API to
86 * Enum for specifying basic types of converters
271 * Converter option for specifying a version selector (0..9) for some converters.
476 * stored in the converter cache or the alias table. The only way to open further converters
550 * converters to be cloned with ucnv_safeClone().
619 * For some converters, for example some ISO 2022 variants, only single-byte
748 * some stateful converters (EBCDIC_STATEFUL, ISO-2022) and LMBCS.
760 * - State-shifting output (SI/SO, escapes, etc.) from stateful converters.
768 * - initial and final non-character bytes that are output by some converters
799 * by some converters.
863 * to be the one used to create the converter. Some converters do not represent
914 * Gets the "starter" (lead) bytes for converters of type MBCS.
1104 * been consumed, some data may be in the converters' internal state.
1173 * been consumed, some data may be in the converters' internal state.
1285 * - Faster for small amounts of data, for most converters, e.g.,
1287 * (For complex converters, e.g., SCSU, UTF-7 and ISO 2022 variants,
1370 * - two converters are opened for each call
1381 * - an option to reset the converters at the beginning
1505 * Internally, two converters are opened according to the name arguments,
1507 * using ucnv_convertEx(), then the converters are closed again.
1512 * - two converters are opened for each call
1571 * except that the two converters need not be looked up and opened completely.
1589 * Those are converters for Unicode charsets like
1623 * except that the two converters need not be looked up and opened completely.
1643 * Those are converters for Unicode charsets like
1674 * @return the number of cached converters successfully deleted
1682 * Returns the number of available converters, as per the alias file.
1684 * @return the number of available converters
1693 * all available converters contaied in the alias file. All converters
2018 * An example of this are converters that are of the type UCNV_SBCS or UCNV_DBCS.