Home | History | Annotate | Download | only in common

Lines Matching full:converter

43 /* converter options bits */
71 [UCNV_MAX_CONVERTER_NAME_LENGTH]; /* +4: 60 internal name of the converter- invariant chars */
75 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
161 * Pointer to additional data that depends on the converter type.
180 UConverterSharedData *sharedData; /* Pointer to the shared immutable part of the converter object */
210 * the value depending on the converter type and options
249 * Return the number of all converter names.
251 * @return the number of all converter names
257 * Return the (n)th converter name in mixed case, or NULL
260 * @param n The number specifies which converter name to get
262 * @return the (n)th converter name in mixed case, or NULL if there is none.
268 * Load a non-algorithmic converter.
275 * Unload a non-algorithmic converter.