Lines Matching refs:encoding
7 * encoding: US-ASCII
34 * charset or encoding of character data in an unknown text format.
114 * @param textIn the input text of unknown encoding. .
125 /** Set the declared encoding for charset detection.
126 * The declared encoding of an input text is an encoding obtained
130 * How and whether the declared encoding will be used during the
134 * @param encoding an encoding for the current data obtained from
137 * @param length the length of the encoding name, or -1 if the name string
144 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status);