Home
last modified time | relevance | path

Searched refs:ucbuf_ungetc (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/tools/genrb/
Dread.c261 ucbuf_ungetc(c, buf); in getStringToken()
274 ucbuf_ungetc(c, buf); in getStringToken()
309 ucbuf_ungetc(c, buf); in getStringToken()
360ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */ in getNextChar()
366 ucbuf_ungetc(c, buf); /* "/c" - put back the c */ in getNextChar()
411 ucbuf_ungetc(d, buf); in seekUntilEndOfComment()
439 ucbuf_ungetc(ESCAPE, buf); in unescape()
/external/icu4c/tools/toolutil/
Ducbuf.h144 ucbuf_ungetc(int32_t ungetChar,UCHARBUF* buf);
Ducbuf.c537 ucbuf_ungetc(int32_t c,UCHARBUF* buf){ in ucbuf_ungetc() function