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__