Lines Matching defs:destCapacity
43 int32_t checkOverflowAndEditsError(int32_t destIndex, int32_t destCapacity, in checkOverflowAndEditsError()
57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult()
130 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) { in appendUChar()
140 appendNonEmptyUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged()
158 appendUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendUnchanged()
203 UChar *dest, int32_t destCapacity, in toLower()
301 UChar *dest, int32_t destCapacity, in toUpper()
401 UChar *dest, int32_t destCapacity, in ustrcase_internalToTitle()
1023 UChar *dest, int32_t destCapacity, in toUpper()
1172 UChar *dest, int32_t destCapacity, in ustrcase_internalToLower()
1189 UChar *dest, int32_t destCapacity, in ustrcase_internalToUpper()
1212 UChar *dest, int32_t destCapacity, in ustrcase_internalFold()
1226 UChar *dest, int32_t destCapacity, in ustrcase_map()
1270 UChar *dest, int32_t destCapacity, in ustrcase_mapWithOverlap()
1336 u_strFoldCase(UChar *dest, int32_t destCapacity, in u_strFoldCase()
1352 UChar *dest, int32_t destCapacity, Edits *edits, in fold()