/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucasemap.h | 34 * \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 D | ucasemap.h | 34 * \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 D | ucasemap.h | 34 * \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 D | ucasemap.cpp | 48 /* 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 D | ucasemap_titlecase_brkiter.cpp | 88 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 D | ucasemap_imp.h | 110 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 D | ustr_titlecase_brkiter.cpp | 212 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucasemap_titlecase_brkiter.cpp | 88 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 D | ucasemap.cpp | 48 /* 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 D | ucasemap_imp.h | 110 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 D | ustr_titlecase_brkiter.cpp | 212 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucasemap_titlecase_brkiter.cpp | 88 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 D | ucasemap.cpp | 48 /* 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 D | ucasemap_imp.h | 110 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 D | ustr_titlecase_brkiter.cpp | 212 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle()
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_ucasemap_fuzzer.cc | 25 deleted_unique_ptr<UCaseMap> csm( in LLVMFuzzerTestOneInput() 27 [](UCaseMap* map) { ucasemap_close(map); }); in LLVMFuzzerTestOneInput()
|
/third_party/icu/icu4c/source/test/fuzzer/ |
H A D | ucasemap_fuzzer.cpp | 44 deleted_unique_ptr<UCaseMap> csm( in LLVMFuzzerTestOneInput() 46 [](UCaseMap* map) { ucasemap_close(map); }); in LLVMFuzzerTestOneInput()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cstrcase.c | 716 /* 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()
|