Home | History | Annotate | Download | only in unicode

Lines Matching full:codepage

79  * Figure out what is suppose to happen when a codepage is changed midstream.
114 * <li>You can specify a file's codepage separately from the default
115 * system codepage.</li>
225 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
228 * specified by that UFILE's codepage.
234 * @param codepage The codepage in which data will be written to and
235 * read from the file. If this paramter is NULL the system default codepage
244 const char *codepage);
248 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
251 * specified by that UFILE's codepage.
257 * @param codepage The codepage in which data will be written to and
258 * read from the file. If this paramter is NULL the system default codepage
267 const char *codepage);
278 * @param codepage The codepage in which data will be written to and
280 * read using the default codepage for <TT>locale</TT>, unless <TT>locale</TT>
281 * is NULL, in which case the system default codepage will be used.
288 const char *codepage);
298 * @param codepage The codepage in which data will be written to and
300 * read using the default codepage for <TT>locale</TT>, unless <TT>locale</TT>
301 * is NULL, in which case the system default codepage will be used.
309 const char *codepage);
427 * Get the codepage in which data is written to and read from the UFILE.
428 * This is the same codepage passed in the preceding call to
431 * @return The codepage in which data is written to and read from the UFILE,
439 * Set the codepage in which data will be written to and read from the UFILE.
440 * All Unicode data written to the UFILE will be converted to this codepage
444 * @param codepage The codepage in which data will be written to
446 * A value of NULL means the default codepage for the UFILE's current
454 u_fsetcodepage(const char *codepage,
595 * codepage before it is written.
736 * Bytes will be converted from the UFILE's underlying codepage, with