Home | History | Annotate | Download | only in toolutil

Lines Matching defs:UCHARBUF

28 typedef struct UCHARBUF UCHARBUF;
46 * Opens the UCHARBUF with the given file stream and code page for conversion
57 * @return pointer to the newly opened UCHARBUF
59 U_CAPI UCHARBUF* U_EXPORT2
65 * @param buf Pointer to UCHARBUF structure
71 ucbuf_getc(UCHARBUF* buf,UErrorCode* err);
76 * @param buf Pointer to UCHARBUF structure
82 ucbuf_getc32(UCHARBUF* buf,UErrorCode* err);
88 * @param buf Pointer to UCHARBUF structure
94 ucbuf_getcx32(UCHARBUF* buf,UErrorCode* err);
99 * @param buf Pointer to UCHARBUF structure
108 ucbuf_readline(UCHARBUF* buf,int32_t* len, UErrorCode* err);
113 * @param buf Pointer to UCHARBUF structure
119 ucbuf_rewind(UCHARBUF* buf,UErrorCode* err);
123 * @param buf Pointer to UCHARBUF structure
131 ucbuf_getBuffer(UCHARBUF* buf,int32_t* len,UErrorCode* err);
134 * Closes the UCHARBUF structure members and cleans up the malloc'ed memory
135 * @param buf Pointer to UCHARBUF structure
138 ucbuf_close(UCHARBUF* buf);
144 ucbuf_ungetc(int32_t ungetChar,UCHARBUF* buf);
190 ucbuf_size(UCHARBUF* buf);