Lines Matching refs:codepage
1515 * in the platform's default codepage.
1543 * in a specified codepage.
1554 * @param codepage the desired codepage for the characters. 0 has
1555 * the special meaning of the default codepage
1556 * If <code>codepage</code> is an empty string (<code>""</code>),
1557 * then a simple conversion is performed on the codepage-invariant
1568 const char *codepage = 0) const;
1573 * in a specified codepage.
1589 * @param codepage the desired codepage for the characters. 0 has
1590 * the special meaning of the default codepage
1591 * If <code>codepage</code> is an empty string (<code>""</code>),
1592 * then a simple conversion is performed on the codepage-invariant
1603 const char *codepage) const;
1606 * Convert the UnicodeString into a codepage string using an existing UConverter.
2976 * in the platform's default codepage.
2987 * @param codepageData an array of bytes in the platform's default codepage.
3000 * @param codepage the encoding of <TT>codepageData</TT>. The special
3001 * value 0 for <TT>codepage</TT> indicates that the text is in the
3002 * platform's default codepage.
3004 * If <code>codepage</code> is an empty string (<code>""</code>),
3005 * then a simple conversion is performed on the codepage-invariant
3014 UnicodeString(const char *codepageData, const char *codepage);
3020 * @param codepage the encoding of <TT>codepageData</TT>. The special
3021 * value 0 for <TT>codepage</TT> indicates that the text is in the
3022 * platform's default codepage.
3023 * If <code>codepage</code> is an empty string (<code>""</code>),
3024 * then a simple conversion is performed on the codepage-invariant
3033 UnicodeString(const char *codepageData, int32_t dataLength, const char *codepage);
3038 * convert the codepage string to Unicode and construct a UnicodeString
3049 * @param src input codepage string
3414 * Real constructor for converting from codepage data.
3417 * If <code>codepage==0</code>, then the default converter
3419 * If <code>codepage</code> is an empty string (<code>""</code>),
3420 * then a simple conversion is performed on the codepage-invariant
3425 const char *codepage);
3429 * a codepage string using a UConverter.
4209 const char *codepage) const
4213 return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);