Lines Matching refs:minCapacity
2651 * The buffer is guaranteed to be large enough for at least minCapacity UChars,
2653 * Calls to getBuffer(minCapacity) must not be nested, and
2662 * The actual capacity of the string buffer may be larger than minCapacity.
2666 * While the buffer is "open" between getBuffer(minCapacity)
2673 * if you want to use it, then you need to call length() before getBuffer(minCapacity).
2674 * If the length() was greater than minCapacity, then any contents after minCapacity
2682 * @param minCapacity the minimum number of UChars that are to be available
2684 * default to the current string capacity if minCapacity==-1
2692 UChar *getBuffer(int32_t minCapacity);
2696 * "open" getBuffer(minCapacity).
2697 * This function must be called in a matched pair with getBuffer(minCapacity).
2698 * releaseBuffer(newLength) must be called if and only if a getBuffer(minCapacity) is "open".
2711 * @see getBuffer(int32_t minCapacity)
2721 * during an "open" getBuffer(minCapacity).
2742 * @see getBuffer(int32_t minCapacity)
2754 * during an "open" getBuffer(minCapacity), or if the buffer cannot
2777 * @see getBuffer(int32_t minCapacity)
3274 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3384 kOpenGetBuffer=16, // getBuffer(minCapacity) was called (is "open"),