Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Ducbuf.h60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…
Ducbuf.c448 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open() function
/external/icu/icu4c/source/test/intltest/
Ddatadrivennumberformattestsuite.cpp33 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, TRUE, FALSE, &status)); in run()
Dcollationtest.cpp1822 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, TRUE, FALSE, errorCode)); in TestDataDriven()
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp360 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status); in parseUCARules()
498 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status); in parseTransliterator()
753 ucbuf_open(openFileName.data(), &cp, getShowWarning(), TRUE, &errorCode)); in getRules()
1681 ucbuf = ucbuf_open(fullname, &cp,getShowWarning(),FALSE,status); in parseInclude()
Dgenrb.cpp645 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, &status); in processFile()
/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp314 UCHARBUF *f = ucbuf_open(wordFileName, &codepage, TRUE, FALSE, status); in main()
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp200 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status); in init()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c685 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status); in TestNewTypes()
723 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status); in TestNewTypes()