Lines Matching full:convert
25 * <p>This API is used to convert codepage or character encoded data to and
27 * converter, you can get its properties, set options, convert your data and
338 * convert some characters differently from other platforms. Details on this topic
751 * - Supplementary code points may convert to more bytes than BMP code points.
1208 * Convert the Unicode string into a codepage string using an existing UConverter.
1241 * Convert the codepage string into a Unicode string using an existing UConverter.
1273 * Convert a codepage buffer into Unicode one character at a time.
1302 * to convert using ucnv_toUnicode() or ucnv_toUChars()
1329 * is empty or does not convert to any output (e.g.: pure state-change
1349 * Convert from one external charset to another using two existing UConverters.
1441 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1443 * @param sourceCnv Input converter, used to convert from the source to
1496 * Convert from one external charset to another.
1501 * This is a convenience function, not an efficient way to convert a lot of text:
1527 * @param toConverterName The name of the converter that is used to convert
1529 * @param fromConverterName The name of the converter that is used to convert
1560 * Convert from one external charset to another.
1584 * @param cnv The converter that is used to convert
1612 * Convert from one external charset to another.
1631 * @param cnv The converter that is used to convert