Lines Matching defs:destCapacity
49 int32_t checkOverflowAndEditsError(int32_t destIndex, int32_t destCapacity, in checkOverflowAndEditsError()
63 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult()
136 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) { in appendUChar()
146 appendNonEmptyUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged()
164 appendUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendUnchanged()
209 UChar *dest, int32_t destCapacity, in toLower()
307 UChar *dest, int32_t destCapacity, in toUpper()
417 UChar *dest, int32_t &destIndex, int32_t destCapacity, uint32_t options, in maybeTitleDutchIJ()
495 UChar *dest, int32_t destCapacity, in ustrcase_internalToTitle()
1105 UChar *dest, int32_t destCapacity, in toUpper()
1254 UChar *dest, int32_t destCapacity, in ustrcase_internalToLower()
1271 UChar *dest, int32_t destCapacity, in ustrcase_internalToUpper()
1294 UChar *dest, int32_t destCapacity, in ustrcase_internalFold()
1308 UChar *dest, int32_t destCapacity, in ustrcase_map()
1352 UChar *dest, int32_t destCapacity, in ustrcase_mapWithOverlap()
1418 u_strFoldCase(UChar *dest, int32_t destCapacity, in u_strFoldCase()
1434 UChar *dest, int32_t destCapacity, Edits *edits, in fold()