HomeSort by relevance Sort by last modified time
    Searched defs:UCaseMap (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
ucasemap.h 8 * file name: ucasemap.h
28 * \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 */
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_EXPORT
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucasemap.h 8 * file name: ucasemap.h
28 * \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 */
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_EXPORT
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustr_imp.h 88 struct UCaseMap {
99 typedef struct UCaseMap 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 *csm
    [all...]
  /external/icu/icu4c/source/common/
ustr_imp.h 88 struct UCaseMap {
99 typedef struct UCaseMap 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 *csm
    [all...]

Completed in 71 milliseconds