Lines Matching full:codepage
25 * <p>This API is used to convert codepage or character encoded data to and
147 * Function pointer for error callback in the codepage to unicode direction.
151 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
152 * @param length Size (in bytes) of the concerned codepage sequence
167 * Function pointer for error callback in the unicode to codepage direction.
172 * @param length Size (in bytes) of the concerned codepage sequence
373 * In order to open a converter from a Microsoft codepage number, use the prefix "cp":
383 * @param codepage codepage number to create
384 * @param platform the platform in which the codepage number exists
397 ucnv_openCCSID(int32_t codepage,
499 * Sets the substitution chars when converting from unicode to a codepage. The
521 * @param errBytes the codepage bytes which were in error
664 * Returns the minimum byte length for characters in this codepage.
709 * Gets a codepage number associated with the converter. This is not guaranteed
711 * platform registered codepages and return zero for the codepage number.
712 * The error code fill-in parameter indicates if the codepage number
725 * @return If any error occurrs, -1 will be returned otherwise, the codepage number
736 * Gets a codepage platform associated with the converter. Currently,
742 * @return The codepage platform
836 * or invalid codepage sequence is found.
913 * Converts an array of unicode characters to an array of codepage
946 * codepage characters to. Output : points to after the last codepage character copied
981 * Converts a buffer of codepage bytes into an array of unicode UChars
1017 * @param source I/O parameter, pointer to pointer to the source codepage buffer.
1050 * Convert the Unicode string into a codepage string using an existing UConverter.
1083 * Convert the codepage string into a Unicode string using an existing UConverter.
1093 * @param src the input codepage string
1115 * Convert a codepage buffer into Unicode one character at a time.
1162 * (Note that SCSU is actually a mix of these codepage types.)</li>
1166 * @param source the address of a pointer to the codepage buffer, will be
1712 * @param cnv The converter representing the target codepage.