Home | History | Annotate | Download | only in unicode

Lines Matching refs:destCapacity

1228  * @param dest destination string buffer, can be NULL if destCapacity==0
1229 * @param destCapacity the number of chars available at dest
1235 * if the length is greater than destCapacity, then the string will not fit
1244 char *dest, int32_t destCapacity,
1261 * @param dest destination string buffer, can be NULL if destCapacity==0
1262 * @param destCapacity the number of UChars available at dest
1268 * if the length is greater than destCapacity, then the string will not fit
1276 UChar *dest, int32_t destCapacity,