62 static int32_t toLower(
63 const char *locale, uint32_t options,
64 const char16_t *src, int32_t srcLength,
65 char16_t *dest, int32_t destCapacity,
Edits *edits,
98 static int32_t toUpper(
99 const char *locale, uint32_t options,
100 const char16_t *src, int32_t srcLength,
101 char16_t *dest, int32_t destCapacity,
Edits *edits,
104 #if !UCONFIG_NO_BREAK_ITERATION 149 static int32_t toTitle(
151 const char16_t *src, int32_t srcLength,
152 char16_t *dest, int32_t destCapacity,
Edits *edits,
155 #endif // UCONFIG_NO_BREAK_ITERATION 193 const char16_t *src, int32_t srcLength,
194 char16_t *dest, int32_t destCapacity,
Edits *edits,
197 #ifndef U_HIDE_DRAFT_API 219 static void utf8ToLower(
220 const char *locale, uint32_t options,
245 static void utf8ToUpper(
246 const char *locale, uint32_t options,
250 #if !UCONFIG_NO_BREAK_ITERATION 285 static void utf8ToTitle(
290 #endif // UCONFIG_NO_BREAK_ITERATION 316 static void utf8Fold(
320 #endif // U_HIDE_DRAFT_API 352 static int32_t utf8ToLower(
353 const char *locale, uint32_t options,
354 const char *src, int32_t srcLength,
355 char *dest, int32_t destCapacity,
Edits *edits,
388 static int32_t utf8ToUpper(
389 const char *locale, uint32_t options,
390 const char *src, int32_t srcLength,
391 char *dest, int32_t destCapacity,
Edits *edits,
394 #if !UCONFIG_NO_BREAK_ITERATION 438 static int32_t utf8ToTitle(
440 const char *src, int32_t srcLength,
441 char *dest, int32_t destCapacity,
Edits *edits,
444 #endif // UCONFIG_NO_BREAK_ITERATION 480 static int32_t utf8Fold(
482 const char *src, int32_t srcLength,
483 char *dest, int32_t destCapacity,
Edits *edits,
494 #endif // __CASEMAP_H__ A ByteSink can be filled with bytes.
Records lengths of string edits but not replacement text.
C++ API: StringPiece: Read-only byte string wrapper class.
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
The BreakIterator class implements methods for finding the location of boundaries in text...
C++ API: Common ICU base class UObject.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Basic definitions for ICU, for both C and C++ APIs.
#define U_COMMON_API
Set to export library symbols from inside the common library, and to import them from outside...
Low-level C++ case mapping functions.
A string-like object that points to a sized piece of memory.
UMemory is the common ICU base class.