Home | History | Annotate | Download | only in unicode

Lines Matching full:selector

35  * A converter selector is built with a set of encoding/charset names
39 * A converter selector can be serialized into a buffer and reopened
45 * The selector data structure
52 * Open a selector.
61 * If 0, builds a selector for all available converters.
69 * @return the new selector
79 * Closes a selector.
82 * but should never be used after the selector is closed.
87 * @param sel selector to close
114 * Open a selector from its serialized form.
115 * The buffer must remain valid and unchanged for the lifetime of the selector.
116 * This is much faster than creating a selector from scratch.
119 * @param buffer pointer to the serialized form of a converter selector;
124 * @return the new selector
132 * Serialize a selector into a linear buffer.
135 * @param sel selector to consider
137 * serialized form of this converter selector
153 * @param sel a selector
159 * supplied when building the selector.
171 * @param sel a selector
177 * supplied when building the selector.