Searched refs:ucbuf_open (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/tools/toolutil/ |
D | ucbuf.h | 60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…
|
D | ucbuf.c | 444 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open() function
|
/external/icu4c/tools/genrb/ |
D | genrb.c | 356 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, status); in processFile()
|
D | parse.c | 312 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status); in parseUCARules() 450 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status); in parseTransliterator() 1528 ucbuf = ucbuf_open(fullname, &cp,getShowWarning(),FALSE,status); in parseInclude()
|
/external/icu4c/tools/ctestfw/ |
D | uperf.cpp | 197 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status); in init()
|
/external/icu4c/test/cintltst/ |
D | creststn.c | 683 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status); in TestNewTypes() 721 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status); in TestNewTypes()
|