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

/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/common/
H A Dustr_imp.h88 struct UCaseMap { struct
99 typedef struct UCaseMap UCaseMap; typedef in typeref:struct:UCaseMap
109 ustrcase_setTempCaseMapLocale(UCaseMap *csm, const char *locale);
117 * The UCaseMap must be fully initialized, with locale and/or iter set as needed.
121 UStringCaseMapper(const UCaseMap *csm,
130 ustrcase_internalToLower(const UCaseMap *csm,
137 ustrcase_internalToUpper(const UCaseMap *csm,
146 ustrcase_internalToTitle(const UCaseMap *csm,
155 ustrcase_internalFold(const UCaseMap *cs
[all...]
/external/icu/icu4c/source/common/
H A Dustr_imp.h88 struct UCaseMap { struct
99 typedef struct UCaseMap UCaseMap; typedef in typeref:struct:UCaseMap
109 ustrcase_setTempCaseMapLocale(UCaseMap *csm, const char *locale);
117 * The UCaseMap must be fully initialized, with locale and/or iter set as needed.
121 UStringCaseMapper(const UCaseMap *csm,
130 ustrcase_internalToLower(const UCaseMap *csm,
137 ustrcase_internalToUpper(const UCaseMap *csm,
146 ustrcase_internalToTitle(const UCaseMap *csm,
155 ustrcase_internalFold(const UCaseMap *cs
[all...]

Completed in 178 milliseconds