Home
last modified time | relevance | path

Searched refs:UCaseMap (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Ducasemap.h34 * \brief C API: Unicode case mapping functions using a UCaseMap service object.
46 * UCaseMap is an opaque service object for newer ICU case mapping functions.
50 struct UCaseMap;
51 typedef struct UCaseMap UCaseMap; /**< C typedef for struct UCaseMap. @stable ICU 3.4 */ typedef
54 * Open a UCaseMap service object for a locale and a set of options.
67 * @return Pointer to a UCaseMap service object, if successful.
75 U_CAPI UCaseMap * U_EXPORT2
79 * Close a UCaseMap servic
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducasemap.h34 * \brief C API: Unicode case mapping functions using a UCaseMap service object.
46 * UCaseMap is an opaque service object for newer ICU case mapping functions.
50 struct UCaseMap;
51 typedef struct UCaseMap UCaseMap; /**< C typedef for struct UCaseMap. @stable ICU 3.4 */ typedef
54 * Open a UCaseMap service object for a locale and a set of options.
67 * @return Pointer to a UCaseMap service object, if successful.
75 U_CAPI UCaseMap * U_EXPORT2
79 * Close a UCaseMap servic
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducasemap.h34 * \brief C API: Unicode case mapping functions using a UCaseMap service object.
46 * UCaseMap is an opaque service object for newer ICU case mapping functions.
50 struct UCaseMap;
51 typedef struct UCaseMap UCaseMap; /**< C typedef for struct UCaseMap. @stable ICU 3.4 */ typedef
54 * Open a UCaseMap service object for a locale and a set of options.
67 * @return Pointer to a UCaseMap service object, if successful.
75 U_CAPI UCaseMap * U_EXPORT2
79 * Close a UCaseMap servic
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducasemap.cpp48 /* UCaseMap service object -------------------------------------------------- */
50 UCaseMap::UCaseMap(const char *localeID, uint32_t opts, UErrorCode *pErrorCode) : in UCaseMap() function in UCaseMap
58 UCaseMap::~UCaseMap() { in ~UCaseMap()
64 U_CAPI UCaseMap * U_EXPORT2
69 UCaseMap *csm = new UCaseMap(locale, options, pErrorCode); in ucasemap_open()
81 ucasemap_close(UCaseMap *csm) { in ucasemap_close()
86 ucasemap_getLocale(const UCaseMap *cs
[all...]
H A Ducasemap_titlecase_brkiter.cpp88 ucasemap_getBreakIterator(const UCaseMap *csm) { in ucasemap_getBreakIterator()
93 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode) { in ucasemap_setBreakIterator()
102 ucasemap_utf8ToTitle(UCaseMap *csm, in ucasemap_utf8ToTitle()
H A Ducasemap_imp.h110 struct UCaseMap : public icu::UMemory { struct
112 UCaseMap(const char *localeID, uint32_t opts, UErrorCode *pErrorCode);
113 ~UCaseMap();
204 * The UCaseMap must be fully initialized, with locale and/or iter set as needed.
H A Dustr_titlecase_brkiter.cpp212 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle()
/third_party/icu/icu4c/source/common/
H A Ducasemap_titlecase_brkiter.cpp88 ucasemap_getBreakIterator(const UCaseMap *csm) { in ucasemap_getBreakIterator()
93 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode) { in ucasemap_setBreakIterator()
102 ucasemap_utf8ToTitle(UCaseMap *csm, in ucasemap_utf8ToTitle()
H A Ducasemap.cpp48 /* UCaseMap service object -------------------------------------------------- */
50 UCaseMap::UCaseMap(const char *localeID, uint32_t opts, UErrorCode *pErrorCode) : in UCaseMap() function in UCaseMap
58 UCaseMap::~UCaseMap() { in ~UCaseMap()
64 U_CAPI UCaseMap * U_EXPORT2
69 UCaseMap *csm = new UCaseMap(locale, options, pErrorCode); in ucasemap_open()
81 ucasemap_close(UCaseMap *csm) { in ucasemap_close()
86 ucasemap_getLocale(const UCaseMap *cs
[all...]
H A Ducasemap_imp.h110 struct UCaseMap : public icu::UMemory { struct
112 UCaseMap(const char *localeID, uint32_t opts, UErrorCode *pErrorCode);
113 ~UCaseMap();
204 * The UCaseMap must be fully initialized, with locale and/or iter set as needed.
H A Dustr_titlecase_brkiter.cpp212 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle()
/third_party/node/deps/icu-small/source/common/
H A Ducasemap_titlecase_brkiter.cpp88 ucasemap_getBreakIterator(const UCaseMap *csm) { in ucasemap_getBreakIterator()
93 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode) { in ucasemap_setBreakIterator()
102 ucasemap_utf8ToTitle(UCaseMap *csm, in ucasemap_utf8ToTitle()
H A Ducasemap.cpp48 /* UCaseMap service object -------------------------------------------------- */
50 UCaseMap::UCaseMap(const char *localeID, uint32_t opts, UErrorCode *pErrorCode) : in UCaseMap() function in UCaseMap
58 UCaseMap::~UCaseMap() { in ~UCaseMap()
64 U_CAPI UCaseMap * U_EXPORT2
69 UCaseMap *csm = new UCaseMap(locale, options, pErrorCode); in ucasemap_open()
81 ucasemap_close(UCaseMap *csm) { in ucasemap_close()
86 ucasemap_getLocale(const UCaseMap *cs
[all...]
H A Ducasemap_imp.h110 struct UCaseMap : public icu::UMemory { struct
112 UCaseMap(const char *localeID, uint32_t opts, UErrorCode *pErrorCode);
113 ~UCaseMap();
204 * The UCaseMap must be fully initialized, with locale and/or iter set as needed.
H A Dustr_titlecase_brkiter.cpp212 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle()
/third_party/skia/third_party/externals/icu/fuzzers/
H A Dicu_ucasemap_fuzzer.cc25 deleted_unique_ptr<UCaseMap> csm( in LLVMFuzzerTestOneInput()
27 [](UCaseMap* map) { ucasemap_close(map); }); in LLVMFuzzerTestOneInput()
/third_party/icu/icu4c/source/test/fuzzer/
H A Ducasemap_fuzzer.cpp44 deleted_unique_ptr<UCaseMap> csm( in LLVMFuzzerTestOneInput()
46 [](UCaseMap* map) { ucasemap_close(map); }); in LLVMFuzzerTestOneInput()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c716 /* test UCaseMap ------------------------------------------------------------ */
719 * API test for UCaseMap;
720 * test cases for actual case mappings using UCaseMap see
732 UCaseMap *csm; in TestUCaseMap()
881 UCaseMap *csm; in TestUCaseMapToTitle()

Completed in 13 milliseconds