Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dread.c265 ucbuf_ungetc(c, buf); in getStringToken()
278 ucbuf_ungetc(c, buf); in getStringToken()
313 ucbuf_ungetc(c, buf); in getStringToken()
364ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */ in getNextChar()
370 ucbuf_ungetc(c, buf); /* "/c" - put back the c */ in getNextChar()
415 ucbuf_ungetc(d, buf); in seekUntilEndOfComment()
442 ucbuf_ungetc(ESCAPE, buf); in unescape()
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.h165 ucbuf_ungetc(int32_t ungetChar,UCHARBUF* buf);
Ducbuf.cpp539 ucbuf_ungetc(int32_t c,UCHARBUF* buf){ in ucbuf_ungetc() function