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

/external/icu/icu4c/source/common/unicode/
H A Ducasemap.h28 * \brief C API: Unicode case mapping functions using a UCaseMap service object.
40 * UCaseMap is an opaque service object for newer ICU case mapping functions.
44 struct UCaseMap;
45 typedef struct UCaseMap UCaseMap; /**< C typedef for struct UCaseMap. @stable ICU 3.4 */ typedef in typeref:struct:UCaseMap
48 * Open a UCaseMap service object for a locale and a set of options.
61 * @return Pointer to a UCaseMap service object, if successful.
69 U_STABLE UCaseMap * U_EXPORT2
73 * Close a UCaseMap servic
[all...]
/external/icu/icu4c/source/common/
H A Dustr_imp.h107 struct UCaseMap { struct
118 typedef struct UCaseMap UCaseMap; typedef in typeref:struct:UCaseMap
128 ustrcase_setTempCaseMapLocale(UCaseMap *csm, const char *locale);
136 * The UCaseMap must be fully initialized, with locale and/or iter set as needed.
140 UStringCaseMapper(const UCaseMap *csm,
149 ustrcase_internalToLower(const UCaseMap *csm,
156 ustrcase_internalToUpper(const UCaseMap *csm,
165 ustrcase_internalToTitle(const UCaseMap *csm,
174 ustrcase_internalFold(const UCaseMap *cs
[all...]

Completed in 224 milliseconds