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

  /external/icu4c/test/intltest/
idnaconf.h 33 UBool ReadAndConvertFile();
dcfmtest.h 36 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, UErrorCode &status);
rbbitst.h 59 UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status);
regextst.h 56 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, const char *charset, UErrorCode &status);
dcfmtest.cpp 195 UChar *testData = ReadAndConvertFile(srcPath, len, status);
436 UChar *DecimalFormatTest::ReadAndConvertFile(const char *fileName, int32_t &ulen,
idnaconf.cpp 56 /* this function is modified from RBBITest::ReadAndConvertFile()
59 UBool IdnaConfTest::ReadAndConvertFile(){
281 if (!ReadAndConvertFile())return;
rbbitst.cpp 670 testFile = ReadAndConvertFile(testFileName, len, NULL, status);
    [all...]
regextst.cpp     [all...]

Completed in 184 milliseconds