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
170 * Function pointer for error callback in the unicode to codepage direction.
175 * @param length Size (in bytes) of the concerned codepage sequence
310 * Windows codepage numbers starting with "windows-" are frequently
400 * In order to open a converter from a Microsoft codepage number, use the prefix "cp":
410 * @param codepage codepage number to create
411 * @param platform the platform in which the codepage number exists
424 ucnv_openCCSID(int32_t codepage,
550 * Sets the substitution chars when converting from unicode to a codepage. The
612 * @param errBytes the codepage bytes which were in error
751 * Returns the minimum byte length for characters in this codepage.
796 * Gets a codepage number associated with the converter. This is not guaranteed
798 * platform registered codepages and return zero for the codepage number.
799 * The error code fill-in parameter indicates if the codepage number
812 * @return If any error occurrs, -1 will be returned otherwise, the codepage number
823 * Gets a codepage platform associated with the converter. Currently,
829 * @return The codepage platform
936 * or invalid codepage sequence is found.
1013 * Converts an array of unicode characters to an array of codepage
1046 * codepage characters to. Output : points to after the last codepage character copied
1081 * Converts a buffer of codepage bytes into an array of unicode UChars
1117 * @param source I/O parameter, pointer to pointer to the source codepage buffer.
1150 * Convert the Unicode string into a codepage string using an existing UConverter.
1183 * Convert the codepage string into a Unicode string using an existing UConverter.
1193 * @param src the input codepage string
1215 * Convert a codepage buffer into Unicode one character at a time.
1262 * (Note that SCSU is actually a mix of these codepage types.)</li>
1266 * @param source the address of a pointer to the codepage buffer, will be
1834 * @param cnv The converter representing the target codepage.