Home
last modified time | relevance | path

Searched refs:ucbuf_open (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/tools/toolutil/
Ducbuf.h60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…
Ducbuf.c444 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open() function
/external/icu4c/tools/genrb/
Dgenrb.c356 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, status); in processFile()
Dparse.c312 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/
Duperf.cpp197 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status); in init()
/external/icu4c/test/cintltst/
Dcreststn.c683 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status); in TestNewTypes()
721 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status); in TestNewTypes()