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

  /external/icu4c/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;
regextst.cpp     [all...]
rbbitst.cpp 648 testFile = ReadAndConvertFile(testFileName, len, NULL, status);
    [all...]

Completed in 141 milliseconds