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,
218 static void utf8ToLower(
219 const char *locale, uint32_t options,
244 static void utf8ToUpper(
245 const char *locale, uint32_t options,
249 #if !UCONFIG_NO_BREAK_ITERATION 284 static void utf8ToTitle(
289 #endif // UCONFIG_NO_BREAK_ITERATION 315 static void utf8Fold(
350 static int32_t utf8ToLower(
351 const char *locale, uint32_t options,
352 const char *src, int32_t srcLength,
353 char *dest, int32_t destCapacity,
Edits *edits,
386 static int32_t utf8ToUpper(
387 const char *locale, uint32_t options,
388 const char *src, int32_t srcLength,
389 char *dest, int32_t destCapacity,
Edits *edits,
392 #if !UCONFIG_NO_BREAK_ITERATION 436 static int32_t utf8ToTitle(
438 const char *src, int32_t srcLength,
439 char *dest, int32_t destCapacity,
Edits *edits,
442 #endif // UCONFIG_NO_BREAK_ITERATION 478 static int32_t utf8Fold(
480 const char *src, int32_t srcLength,
481 char *dest, int32_t destCapacity,
Edits *edits,
492 #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...
#define U_FINAL
Defined to the C++11 "final" keyword if available.
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.