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
33
UBool
ReadAndConvertFile
();
dcfmtest.h
36
virtual UChar *
ReadAndConvertFile
(const char *fileName, int32_t &len, UErrorCode &status);
regextst.h
67
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
55
/* this function is modified from RBBITest::
ReadAndConvertFile
()
58
UBool IdnaConfTest::
ReadAndConvertFile
(){
280
if (!
ReadAndConvertFile
())return;
dcfmtest.cpp
199
UChar *testData =
ReadAndConvertFile
(srcPath, len, status);
469
UChar *DecimalFormatTest::
ReadAndConvertFile
(const char *fileName, int32_t &ulen,
rbbitst.cpp
[
all
...]
regextst.cpp
[
all
...]
Completed in 504 milliseconds