Lines Matching refs:buffer
27 #define MAX_UCHAR_BUFFER_SIZE(buffer) (sizeof(buffer)/(U16_MAX_LENGTH*sizeof(UChar)))
91 * @param buffer The target buffer
92 * @param len On input, the size of <TT>buffer</TT>. On output,
93 * the number of UChars written to <TT>buffer</TT>.
101 ufmt_64tou(UChar *buffer,
114 ufmt_ptou(UChar *buffer,
121 * @param buffer The target buffer
122 * @param len On input, the size of <TT>buffer</TT>. On output,
123 * the number of UChars read from <TT>buffer</TT>.
128 ufmt_uto64(const UChar *buffer,
134 * @param buffer The target buffer
135 * @param len On input, the size of <TT>buffer</TT>. On output,
136 * the number of UChars read from <TT>buffer</TT>.
141 ufmt_utop(const UChar *buffer,
148 * @param target The buffer to convert to.