Home | History | Annotate | Download | only in i18n

Lines Matching refs:destCapacity

2027         int32_t          destCapacity,
2036 UText **destText = (UText **)uprv_malloc(sizeof(UText*)*destCapacity);
2042 for (i = 0; i < destCapacity; i++) {
2046 int32_t fieldCount = split(&inputText, destText, destCapacity, status);
2048 for (i = 0; i < destCapacity; i++) {
2062 int32_t destCapacity,
2072 if (destCapacity < 1) {
2092 if (i>=destCapacity-1) {
2095 // ( i will be == destCapacity if we filled the output array while processing
2099 i = destCapacity-1;
2179 if (i >= destCapacity-2) {
2194 if (i+1 < destCapacity) {