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__