Home | History | Annotate | Download | only in unicode

Lines Matching refs:buffer

36  * A converter selector can be serialized into a buffer and reopened
112 * The buffer must remain valid and unchanged for the lifetime of the selector.
116 * @param buffer pointer to the serialized form of a converter selector;
118 * @param length the capacity of this buffer (can be equal to or larger than
126 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status);
129 * Serialize a selector into a linear buffer.
133 * @param buffer pointer to 32-bit-aligned memory to be filled with the
135 * @param bufferCapacity the capacity of this buffer
137 * @return the required buffer capacity to hold serialize data (even if the call fails
144 void* buffer, int32_t bufferCapacity, UErrorCode* status);