Home | History | Annotate | Download | only in unicode

Lines Matching refs:minCapacity

2718    * The buffer is guaranteed to be large enough for at least minCapacity UChars,
2720 * Calls to getBuffer(minCapacity) must not be nested, and
2729 * The actual capacity of the string buffer may be larger than minCapacity.
2733 * While the buffer is "open" between getBuffer(minCapacity)
2740 * if you want to use it, then you need to call length() before getBuffer(minCapacity).
2741 * If the length() was greater than minCapacity, then any contents after minCapacity
2749 * @param minCapacity the minimum number of UChars that are to be available
2751 * default to the current string capacity if minCapacity==-1
2759 UChar *getBuffer(int32_t minCapacity);
2763 * "open" getBuffer(minCapacity).
2764 * This function must be called in a matched pair with getBuffer(minCapacity).
2765 * releaseBuffer(newLength) must be called if and only if a getBuffer(minCapacity) is "open".
2778 * @see getBuffer(int32_t minCapacity)
2788 * during an "open" getBuffer(minCapacity).
2809 * @see getBuffer(int32_t minCapacity)
2821 * during an "open" getBuffer(minCapacity), or if the buffer cannot
2844 * @see getBuffer(int32_t minCapacity)
3376 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3486 kOpenGetBuffer=16, // getBuffer(minCapacity) was called (is "open"),