Home
last modified time | relevance | path

Searched refs:converter (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Ducnv.h28 * from UTF-16. You can open a converter with {@link ucnv_open() }. With that
29 * converter, you can get its properties, set options, convert your data and
30 * close the converter.</p>
32 * <p>Since many software programs recognize different converter names for
34 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
38 * <p>When a converter encounters an illegal, irregular, invalid or unmappable character
41 * or {@link ucnv_setToUCallBack() } on the converter. The header ucnv_err.h defines
78 /** Maximum length of a converter name including the terminating NULL @stable ICU 2.0 */
80 /** Maximum length of a converter name including path and terminating NULL @stable ICU 2.0 */
168 /* Number of converter type
[all...]
H A Ducnv_err.h28 * and ucnv_setToUCallback functions, to set the behaviour of a converter
176 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
179 converter. the pointer available as the
182 by the new converter, the callback must clone
196 UBool flush; /**< The internal state of converter will be reset and data flushed if set to true. @stable ICU 2.0 */
197 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */ member
212 UBool flush; /**< The internal state of converter will be reset and data flushed if set to true. @stable ICU 2.0 */
213 UConverter *converter; /**< Pointer to the converter tha member
[all...]

Completed in 1 milliseconds