Home | History | Annotate | Download | only in unicode

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
289 * convert some characters differently from other platforms. Details on this topic
602 * - Supplementary code points may convert to more bytes than BMP code points.
1050 * Convert the Unicode string into a codepage string using an existing UConverter.
1083 * Convert the codepage string into a Unicode string using an existing UConverter.
1115 * Convert a codepage buffer into Unicode one character at a time.
1144 * to convert using ucnv_toUnicode() or ucnv_toUChars()
1171 * is empty or does not convert to any output (e.g.: pure state-change
1191 * Convert from one external charset to another using two existing UConverters.
1273 * @param targetCnv Output converter, used to convert from the UTF-16 pivot
1275 * @param sourceCnv Input converter, used to convert from the source to
1328 * Convert from one external charset to another.
1333 * This is a convenience function, not an efficient way to convert a lot of text:
1359 * @param toConverterName The name of the converter that is used to convert
1361 * @param fromConverterName The name of the converter that is used to convert
1392 * Convert from one external charset to another.
1416 * @param cnv The converter that is used to convert
1444 * Convert from one external charset to another.
1463 * @param cnv The converter that is used to convert