HomeSort by relevance Sort by last modified time
    Searched refs:ucbuf_ungetc (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/tools/genrb/
read.c 265 ucbuf_ungetc(c, buf);
278 ucbuf_ungetc(c, buf);
313 ucbuf_ungetc(c, buf);
364 ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */
370 ucbuf_ungetc(c, buf); /* "/c" - put back the c */
415 ucbuf_ungetc(d, buf);
442 ucbuf_ungetc(ESCAPE, buf);
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 165 ucbuf_ungetc(int32_t ungetChar,UCHARBUF* buf);
ucbuf.cpp 539 ucbuf_ungetc(int32_t c,UCHARBUF* buf){ function

Completed in 2661 milliseconds