OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCaseMap
(Results
1 - 2
of
2
) sorted by null
/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/icu/icu4c/source/common/
ustr_imp.h
107
struct
UCaseMap
{
118
typedef struct
UCaseMap
UCaseMap
;
128
ustrcase_setTempCaseMapLocale(
UCaseMap
*csm, const char *locale);
136
* The
UCaseMap
must be fully initialized, with locale and/or iter set as needed.
140
UStringCaseMapper(const
UCaseMap
*csm,
149
ustrcase_internalToLower(const
UCaseMap
*csm,
156
ustrcase_internalToUpper(const
UCaseMap
*csm,
165
ustrcase_internalToTitle(const
UCaseMap
*csm,
174
ustrcase_internalFold(const
UCaseMap
*csm
[
all
...]
Completed in 78 milliseconds