OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadAndConvertFile
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/test/intltest/
idnaconf.h
35
UBool
ReadAndConvertFile
();
dcfmtest.h
38
virtual UChar *
ReadAndConvertFile
(const char *fileName, int32_t &len, UErrorCode &status);
rbbitst.h
57
UChar *
ReadAndConvertFile
(const char *fileName, int &ulen, const char *encoding, UErrorCode &status);
regextst.h
72
virtual UChar *
ReadAndConvertFile
(const char *fileName, int32_t &len, const char *charset, UErrorCode &status);
idnaconf.cpp
57
/* this function is modified from RBBITest::
ReadAndConvertFile
()
60
UBool IdnaConfTest::
ReadAndConvertFile
(){
282
if (!
ReadAndConvertFile
())return;
dcfmtest.cpp
201
UChar *testData =
ReadAndConvertFile
(srcPath, len, status);
472
UChar *DecimalFormatTest::
ReadAndConvertFile
(const char *fileName, int32_t &ulen,
rbbitst.cpp
707
UChar *testFile =
ReadAndConvertFile
(testFileName.data(), len, "UTF-8", status);
[
all
...]
regextst.cpp
[
all
...]
Completed in 222 milliseconds