• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/common/unicode/

Lines Matching refs:getBuffer

1631    * the object returned here will be a read-only alias (using getBuffer())
1771 * This is useful together with the getBuffer functions.
1775 * @see getBuffer
1794 * For a bogus string, getBuffer() and getTerminatedBuffer() return NULL, and
1989 * getBuffer() and getTerminatedBuffer() return NULL, and
2718 * Calls to getBuffer(minCapacity) must not be nested, and
2731 * While the buffer is "open" between getBuffer(minCapacity)
2738 * if you want to use it, then you need to call length() before getBuffer(minCapacity).
2741 * The buffer contents is not NUL-terminated by getBuffer().
2757 UChar *getBuffer(int32_t minCapacity);
2761 * "open" getBuffer(minCapacity).
2762 * This function must be called in a matched pair with getBuffer(minCapacity).
2763 * releaseBuffer(newLength) must be called if and only if a getBuffer(minCapacity) is "open".
2776 * @see getBuffer(int32_t minCapacity)
2786 * during an "open" getBuffer(minCapacity).
2807 * @see getBuffer(int32_t minCapacity)
2811 inline const UChar *getBuffer() const;
2819 * during an "open" getBuffer(minCapacity), or if the buffer cannot
2833 * For this reason, this function is not const, unlike getBuffer().
2842 * @see getBuffer(int32_t minCapacity)
2843 * @see getBuffer()
3369 // these do not check for kOpenGetBuffer, unlike the public getBuffer() function
3374 // is writable unless it isBogus() or it has an "open" getBuffer(minCapacity).
3484 kOpenGetBuffer=16, // getBuffer(minCapacity) was called (is "open"),
3648 UnicodeString::getBuffer() const {