Home | History | Annotate | Download | only in unicode

Lines Matching refs:codepage

76  * Figure out what is suppose to happen when a codepage is changed midstream.
111 * <li>You can specify a file's codepage separately from the default
112 * system codepage.</li>
222 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
225 * specified by that UFILE's codepage.
231 * @param codepage The codepage in which data will be written to and
232 * read from the file. If this paramter is NULL the system default codepage
241 const char *codepage);
252 * @param codepage The codepage in which data will be written to and
254 * read using the default codepage for <TT>locale</TT>, unless <TT>locale</TT>
255 * is NULL, in which case the system default codepage will be used.
262 const char *codepage);
272 * @param codepage The codepage in which data will be written to and
274 * read using the default codepage for <TT>locale</TT>, unless <TT>locale</TT>
275 * is NULL, in which case the system default codepage will be used.
283 const char *codepage);
401 * Get the codepage in which data is written to and read from the UFILE.
402 * This is the same codepage passed in the preceding call to
405 * @return The codepage in which data is written to and read from the UFILE,
413 * Set the codepage in which data will be written to and read from the UFILE.
414 * All Unicode data written to the UFILE will be converted to this codepage
418 * @param codepage The codepage in which data will be written to
420 * A value of NULL means the default codepage for the UFILE's current
428 u_fsetcodepage(const char *codepage,
562 * codepage before it is written.
703 * Bytes will be converted from the UFILE's underlying codepage, with