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

  /external/chromium/third_party/icu/source/test/intltest/
idnaconf.h 33 UBool ReadAndConvertFile();
regextst.h 42 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, const char *charset, UErrorCode &status);
rbbitst.h 59 UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status);
idnaconf.cpp 56 /* this function is modified from RBBITest::ReadAndConvertFile()
59 UBool IdnaConfTest::ReadAndConvertFile(){
281 if (!ReadAndConvertFile())return;
rbbitst.cpp 640 testFile = ReadAndConvertFile(testFileName, len, NULL, status);
    [all...]
regextst.cpp     [all...]
  /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 53 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, const char *charset, UErrorCode &status);
dcfmtest.cpp 194 UChar *testData = ReadAndConvertFile(srcPath, len, status);
435 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 667 testFile = ReadAndConvertFile(testFileName, len, NULL, status);
    [all...]
regextst.cpp     [all...]

Completed in 148 milliseconds