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

  /external/icu4c/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/icu4c/common/
ucasemap.c 8 * file name: ucasemap.c
22 #include "unicode/ucasemap.h"
32 /* UCaseMap service object -------------------------------------------------- */
34 U_CAPI UCaseMap * U_EXPORT2
36 UCaseMap *csm;
42 csm=(UCaseMap *)uprv_malloc(sizeof(UCaseMap));
46 uprv_memset(csm, 0, sizeof(UCaseMap));
60 ucasemap_close(UCaseMap *csm) {
70 ucasemap_getLocale(const UCaseMap *csm)
    [all...]
ustr_imp.h 97 struct UCaseMap {
108 typedef struct UCaseMap UCaseMap;
ustrcase.c 24 #include "unicode/ucasemap.h"
122 _caseMap(const UCaseMap *csm, UCaseMapFull *map,
157 setTempCaseMapLocale(UCaseMap *csm, const char *locale, UErrorCode *pErrorCode) {
168 * (That's why UCaseMap was created.)
188 * Set parameters on an empty UCaseMap, for UCaseMap-less API functions.
192 setTempCaseMap(UCaseMap *csm, const char *locale, UErrorCode *pErrorCode) {
209 _toTitle(UCaseMap *csm,
349 UCaseMap csm={ NULL };
369 UCaseMap csm={ NULL }
    [all...]
  /external/icu4c/test/cintltst/
cstrcase.c 25 #include "unicode/ucasemap.h"
712 /* test UCaseMap ------------------------------------------------------------ */
715 * API test for UCaseMap;
716 * test cases for actual case mappings using UCaseMap see
728 UCaseMap *csm;
    [all...]

Completed in 168 milliseconds