Home
last modified time | relevance | path

Searched defs:myFile (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Dfiletst.c32 static void TestFileFromICU(UFILE *myFile) { in TestFileFromICU()
366 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestCodepageAndLocale() local
444 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestfgetsBuffers() local
577 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestFileReadBuffering() local
601 UFILE *myFile = NULL; in TestfgetsLineCount() local
690 UFILE *myFile = NULL; in TestfgetsNewLineHandling() local
737 UFILE *myFile = NULL; in TestLineCount() local
801 UFILE *myFile = NULL; in TestFgetsLineBuffering() local
838 UFILE *myFile = NULL; in TestCodepage() local
986 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", STANDARD_TEST_LOCALE, NULL); in TestFilePrintCompatibility() local
[all …]
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DLightCodeInsightParsingTestCase.java55 protected PsiFile myFile; field in LightCodeInsightParsingTestCase