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

  /external/icu4c/tools/genrb/
read.c 160 c = ucbuf_getc(buf,status);
328 c = ucbuf_getc(buf,status);
343 c = ucbuf_getc(buf,status); /* "/c" */
355 c2 = ucbuf_getc(buf, status); /* "/ * c" */
384 c = ucbuf_getc(buf,status);
405 c = ucbuf_getc(buf, status);
408 d = ucbuf_getc(buf, status);
parse.c 353 c = ucbuf_getc(ucbuf, status);
369 c = ucbuf_getc(ucbuf, status);
375 c = ucbuf_getc(ucbuf, status);
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.h 71 ucbuf_getc(UCHARBUF* buf,UErrorCode* err);
ucbuf.c 323 ucbuf_getc(UCHARBUF* buf,UErrorCode* error){ function

Completed in 231 milliseconds