Home | History | Annotate | Download | only in unicode

Lines Matching full:detector

51   * Structure representing a charset detector
65 * Open a charset detector.
69 * @return the newly opened charset detector.
76 * Close a charset detector. All storage and any other resources
77 * owned by this charset detector will be released. Failure to
78 * close a charset detector when finished with it can result in
81 * @param ucsd The charset detector to be closed.
111 * detector is either closed or reset to refer to different input text.
113 * @param ucsd the charset detector to be used.
128 * can be provided as an additional hint to the charset detector.
133 * @param ucsd the charset detector to be used.
156 * It will remain valid until the detector input is reset, or until
157 * the detector is closed.
165 * @param ucsd the charset detector to be used.
186 * They will remain valid until the detector is closed or modified
195 * @param ucsd the charset detector to be used.
203 * the detector is closed or modified.
324 * The state of the Charset detector that is passed in does not
326 * charset detector as a parameter insures that the charset detection
330 * @param ucsd a Charset detector.
340 * Test whether input filtering is enabled for this charset detector.
345 * @param ucsd The charset detector to check.
358 * @param ucsd the charset detector to be modified.