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

  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
ucbuf.c 448 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){ function
  /external/icu/icu4c/source/test/intltest/
datadrivennumberformattestsuite.cpp 33 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, TRUE, FALSE, &status));
collationtest.cpp     [all...]
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 200 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 314 UCHARBUF *f = ucbuf_open(wordFileName, &codepage, TRUE, FALSE, status);
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 360 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status);
498 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status);
753 ucbuf_open(openFileName.data(), &cp, getShowWarning(), TRUE, &errorCode));
    [all...]
genrb.cpp 645 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, &status);
  /external/icu/icu4c/source/test/cintltst/
creststn.c 685 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
723 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
    [all...]

Completed in 100 milliseconds