• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/WTF-7600.1.24/icu/unicode/

Lines Matching refs:getBuffer

1572    * the object returned here will be a read-only alias (using getBuffer())
1712 * This is useful together with the getBuffer functions.
1716 * @see getBuffer
1735 * For a bogus string, getBuffer() and getTerminatedBuffer() return NULL, and
1925 * getBuffer() and getTerminatedBuffer() return NULL, and
2654 * Calls to getBuffer(minCapacity) must not be nested, and
2667 * While the buffer is "open" between getBuffer(minCapacity)
2674 * if you want to use it, then you need to call length() before getBuffer(minCapacity).
2677 * The buffer contents is not NUL-terminated by getBuffer().
2693 UChar *getBuffer(int32_t minCapacity);
2697 * "open" getBuffer(minCapacity).
2698 * This function must be called in a matched pair with getBuffer(minCapacity).
2699 * releaseBuffer(newLength) must be called if and only if a getBuffer(minCapacity) is "open".
2712 * @see getBuffer(int32_t minCapacity)
2722 * during an "open" getBuffer(minCapacity).
2743 * @see getBuffer(int32_t minCapacity)
2747 inline const UChar *getBuffer() const;
2755 * during an "open" getBuffer(minCapacity), or if the buffer cannot
2769 * For this reason, this function is not const, unlike getBuffer().
2778 * @see getBuffer(int32_t minCapacity)
2779 * @see getBuffer()
3270 // these do not check for kOpenGetBuffer, unlike the public getBuffer() function
3275 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3385 kOpenGetBuffer=16, // getBuffer(minCapacity) was called (is "open"),
3515 UnicodeString::getBuffer() const {