Home
last modified time | relevance | path

Searched refs:textfile (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml/
Dxmltest.cpp811 FILE* textfile = fopen( "textfile.txt", "w" ); in main() local
812 if ( textfile ) in main()
814 psg->Print( textfile, 0 ); in main()
815 fclose( textfile ); in main()
817 textfile = fopen( "textfile.txt", "r" ); in main()
818 assert( textfile ); in main()
819 if ( textfile ) in main()
822 fgets( buf, 1024, textfile ); in main()
829 fclose( textfile ); in main()
833 FILE* textfile = fopen( "test5.xml", "w" ); in main() local
[all …]
/external/icu4c/test/intltest/
DMakefile.in56 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \
/external/chromium_org/third_party/icu/source/test/intltest/
DMakefile.in58 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \