Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/toolutil/
Ducbuf.h63 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…
Ducbuf.cpp450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open() function
/third_party/node/deps/icu-small/source/tools/toolutil/
Ducbuf.h63 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…
Ducbuf.cpp450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open() function
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducbuf.h63 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…
Ducbuf.cpp450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open() function
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_permutation.cpp166 LocalUCHARBUFPointer f(ucbuf_open(goldenFilePath.data(), &codePage, true, false, status)); in testPermutations()
Ddatadrivennumberformattestsuite.cpp35 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, true, false, &status)); in run()
Dlocalematchertest.cpp649 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, true, false, errorCode)); in testDataDriven()
Drbbimonkeytest.cpp650 fRuleCharBuffer.adoptInstead(ucbuf_open(path.data(), &codePage, true, false, &status)); in openBreakRules()
Dcollationtest.cpp1823 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, true, false, errorCode)); in TestDataDriven()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp362 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status); in parseUCARules()
500 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status); in parseTransliterator()
755 ucbuf_open(openFileName.data(), &cp, getShowWarning(), TRUE, &errorCode)); in getRules()
1684 ucbuf = ucbuf_open(fullname, &cp,getShowWarning(),FALSE,status); in parseInclude()
Dgenrb.cpp642 ucbuf.adoptInstead(ucbuf_open(openFileName.data(), &cp,getShowWarning(),TRUE, &status)); in processFile()
/third_party/icu/icu4c/source/tools/genrb/
Dparse.cpp370 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),false, status); in parseUCARules()
508 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),false, status); in parseTransliterator()
763 ucbuf_open(openFileName.data(), &cp, getShowWarning(), true, &errorCode)); in getRules()
2032 ucbuf = ucbuf_open(fullname, &cp,getShowWarning(),false,status); in parseInclude()
Dgenrb.cpp660 ucbuf.adoptInstead(ucbuf_open(openFileName.data(), &cp,getShowWarning(),true, &status)); in processFile()
/third_party/node/deps/icu-small/source/tools/genrb/
Dparse.cpp370 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),false, status); in parseUCARules()
508 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),false, status); in parseTransliterator()
763 ucbuf_open(openFileName.data(), &cp, getShowWarning(), true, &errorCode)); in getRules()
2032 ucbuf = ucbuf_open(fullname, &cp,getShowWarning(),false,status); in parseInclude()
Dgenrb.cpp660 ucbuf.adoptInstead(ucbuf_open(openFileName.data(), &cp,getShowWarning(),true, &status)); in processFile()
/third_party/icu/icu4c/source/tools/ctestfw/
Duperf.cpp202 ucharBuf = ucbuf_open(resolvedFileName,&encoding,true,false,&status); in init()
/third_party/icu/icu4c/source/tools/gendict/
Dgendict.cpp317 LocalUCHARBUFPointer f(ucbuf_open(wordFileName, &codepage, true, false, status)); in main()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp317 LocalUCHARBUFPointer f(ucbuf_open(wordFileName, &codepage, TRUE, FALSE, status)); in main()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp202 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status); in init()
/third_party/icu/icu4c/source/test/cintltst/
Dcreststn.c718 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,false,false,&status); in TestNewTypes()
756 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,false,false,&status); in TestNewTypes()