Searched defs:UCaseMap (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Ducasemap.h30 * \brief C API: Unicode case mapping functions using a UCaseMap service object.
42 * UCaseMap is an opaque service object for newer ICU case mapping functions.
46 struct UCaseMap;
47 typedef struct UCaseMap UCaseMap; /**< C typedef for struct UCaseMap. @stable ICU 3.4 */ typedef in typeref:struct:UCaseMap
50 * Open a UCaseMap service object for a locale and a set of options.
63 * @return Pointer to a UCaseMap service object, if successful.
71 U_STABLE UCaseMap * U_EXPORT2
75 * Close a UCaseMap servic
[all...]
/external/icu/icu4c/source/common/
H A Dustr_imp.h109 struct UCaseMap { struct
120 typedef struct UCaseMap UCaseMap; typedef in typeref:struct:UCaseMap
130 ustrcase_setTempCaseMapLocale(UCaseMap *csm, const char *locale);
138 * The UCaseMap must be fully initialized, with locale and/or iter set as needed.
142 UStringCaseMapper(const UCaseMap *csm,
151 ustrcase_internalToLower(const UCaseMap *csm,
158 ustrcase_internalToUpper(const UCaseMap *csm,
167 ustrcase_internalToTitle(const UCaseMap *csm,
176 ustrcase_internalFold(const UCaseMap *cs
[all...]

Completed in 109 milliseconds