Searched refs:ucbuf_getc (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | read.c | 162 c = ucbuf_getc(buf,status); in getStringToken() 330 c = ucbuf_getc(buf,status); in getNextChar() 345 c = ucbuf_getc(buf,status); /* "/c" */ in getNextChar() 357 c2 = ucbuf_getc(buf, status); /* "/ * c" */ in getNextChar() 386 c = ucbuf_getc(buf,status); in seekUntilNewline() 407 c = ucbuf_getc(buf, status); in seekUntilEndOfComment() 410 d = ucbuf_getc(buf, status); in seekUntilEndOfComment()
|
D | parse.cpp | 372 c = ucbuf_getc(ucbuf, status); in parseUCARules() 388 c = ucbuf_getc(ucbuf, status); in parseUCARules() 394 c = ucbuf_getc(ucbuf, status); in parseUCARules()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucbuf.h | 71 ucbuf_getc(UCHARBUF* buf,UErrorCode* err);
|
D | ucbuf.c | 323 ucbuf_getc(UCHARBUF* buf,UErrorCode* error){ in ucbuf_getc() function
|