Home | History | Annotate | Download | only in i18n

Lines Matching full:capacity

662         // Trim length based on buffer capacity
1327 // Index advances even if capacity is exceeded, for preflight size computations.
1378 int32_t capacity = *destCapacity;
1404 appendToBuf(regexp->fText[i], &destIdx, dest, capacity);
1409 &dest[destIdx], REMAINING_CAPACITY(destIdx, capacity), &possibleOverflowError);
1421 appendToBuf(c, &destIdx, dest, capacity);
1446 appendToBuf((UChar)escapedChar, &destIdx, dest, capacity);
1448 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity);
1449 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity);
1458 appendToBuf(c, &destIdx, dest, capacity);
1494 appendToBuf(DOLLARSIGN, &destIdx, dest, capacity);
1499 destIdx += uregex_group((URegularExpression*)regexp, groupNum, &dest[destIdx], REMAINING_CAPACITY(destIdx, capacity), status);
1518 if (destIdx < capacity) {
1527 // Return an updated dest buffer and capacity to the caller.
1530 if (destIdx < capacity) {
1534 *destBuf += capacity;
1683 // Update the user's buffer ptr and capacity vars to reflect the
1737 int32_t destCapacity, // Total capacity of dest buffer