Home | History | Annotate | Download | only in unicode

Lines Matching refs:codepage

25  * <p>This API is used to convert codepage or character encoded data to and
184 * Function pointer for error callback in the codepage to unicode direction.
188 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
189 * @param length Size (in bytes) of the concerned codepage sequence
207 * Function pointer for error callback in the unicode to codepage direction.
212 * @param length Size (in bytes) of the concerned codepage sequence
349 * Windows codepage numbers starting with "windows-" are frequently
439 * In order to open a converter from a Microsoft codepage number, use the prefix "cp":
449 * @param codepage codepage number to create
450 * @param platform the platform in which the codepage number exists
463 ucnv_openCCSID(int32_t codepage,
614 * Sets the substitution chars when converting from unicode to a codepage. The
676 * @param errBytes the codepage bytes which were in error
815 * Returns the minimum byte length for characters in this codepage.
860 * Gets a codepage number associated with the converter. This is not guaranteed
862 * platform registered codepages and return zero for the codepage number.
863 * The error code fill-in parameter indicates if the codepage number
876 * @return If any error occurrs, -1 will be returned otherwise, the codepage number
887 * Gets a codepage platform associated with the converter. Currently,
893 * @return The codepage platform
1000 * or invalid codepage sequence is found.
1077 * Converts an array of unicode characters to an array of codepage
1110 * codepage characters to. Output : points to after the last codepage character copied
1145 * Converts a buffer of codepage bytes into an array of unicode UChars
1181 * @param source I/O parameter, pointer to pointer to the source codepage buffer.
1214 * Convert the Unicode string into a codepage string using an existing UConverter.
1247 * Convert the codepage string into a Unicode string using an existing UConverter.
1257 * @param src the input codepage string
1279 * Convert a codepage buffer into Unicode one character at a time.
1326 * (Note that SCSU is actually a mix of these codepage types.)</li>
1330 * @param source the address of a pointer to the codepage buffer, will be
1900 * @param cnv The converter representing the target codepage.