Home | History | Annotate | Download | only in unicode

Lines Matching full:codepage

1456    * in the platform's default codepage.
1484 * in a specified codepage.
1495 * @param codepage the desired codepage for the characters. 0 has
1496 * the special meaning of the default codepage
1497 * If <code>codepage</code> is an empty string (<code>""</code>),
1498 * then a simple conversion is performed on the codepage-invariant
1509 const char *codepage = 0) const;
1514 * in a specified codepage.
1530 * @param codepage the desired codepage for the characters. 0 has
1531 * the special meaning of the default codepage
1532 * If <code>codepage</code> is an empty string (<code>""</code>),
1533 * then a simple conversion is performed on the codepage-invariant
1544 const char *codepage) const;
1547 * Convert the UnicodeString into a codepage string using an existing UConverter.
2847 * in the platform's default codepage.
2854 * @param codepageData an array of bytes in the platform's default codepage.
2867 * @param codepage the encoding of <TT>codepageData</TT>. The special
2868 * value 0 for <TT>codepage</TT> indicates that the text is in the
2869 codepage.
2871 * If <code>codepage</code> is an empty string (<code>""</code>),
2872 * then a simple conversion is performed on the codepage-invariant
2881 UnicodeString(const char *codepageData, const char *codepage);
2887 * @param codepage the encoding of <TT>codepageData</TT>. The special
2888 * value 0 for <TT>codepage</TT> indicates that the text is in the
2889 * platform's default codepage.
2890 * If <code>codepage</code> is an empty string (<code>""</code>),
2891 * then a simple conversion is performed on the codepage-invariant
2900 UnicodeString(const char *codepageData, int32_t dataLength, const char *codepage);
2905 * convert the codepage string to Unicode and construct a UnicodeString
2916 * @param src input codepage string
3277 * Real constructor for converting from codepage data.
3280 * If <code>codepage==0</code>, then the default converter
3282 * If <code>codepage</code> is an empty string (<code>""</code>),
3283 * then a simple conversion is performed on the codepage-invariant
3288 const char *codepage);
3292 * a codepage string using a UConverter.
4047 const char *codepage) const
4051 return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);