Searched defs:myFile (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/iotest/ |
D | filetst.c | 42 static void TestFileFromICU(UFILE *myFile, const char* description) { in TestFileFromICU() 394 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestCodepageAndLocale() local 472 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestfgetsBuffers() local 605 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestFileReadBuffering() local 629 UFILE *myFile = NULL; in TestfgetsLineCount() local 718 UFILE *myFile = NULL; in TestfgetsNewLineHandling() local 765 UFILE *myFile = NULL; in TestLineCount() local 829 UFILE *myFile = NULL; in TestFgetsLineBuffering() local 866 UFILE *myFile = NULL; in TestCodepage() local 1014 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", STANDARD_TEST_LOCALE, NULL); in TestFilePrintCompatibility() local [all …]
|
/external/llvm-project/lldb/test/API/lang/c/modules/ |
D | main.c | 12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main() local
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | LightCodeInsightParsingTestCase.java | 55 protected PsiFile myFile; field in LightCodeInsightParsingTestCase
|