OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STANDARD_TEST_FILE
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/iotest/
iotest.h
36
extern const char *
STANDARD_TEST_FILE
;
filetst.c
23
const char *
STANDARD_TEST_FILE
= "iotest-c.txt";
101
myFile = u_fopen(
STANDARD_TEST_FILE
, "r", "en_US_POSIX", NULL);
316
TestFileFromICU(u_fopen(
STANDARD_TEST_FILE
, "w", "en_US_POSIX", NULL));
321
standardFile = fopen(
STANDARD_TEST_FILE
, "wb");
326
standardFile = fopen(
STANDARD_TEST_FILE
, "wb");
357
UFILE *myFile = u_fopen(
STANDARD_TEST_FILE
, "w", NULL, NULL);
378
myFile = u_fopen(
STANDARD_TEST_FILE
, "w", "es", NULL);
395
myFile = u_fopen(
STANDARD_TEST_FILE
, "w", NULL, "UTF-16");
412
myFile = u_fopen(
STANDARD_TEST_FILE
, "w", "zh", "UTF-16");
435
UFILE *myFile = u_fopen(
STANDARD_TEST_FILE
, "w", NULL, "UTF-16")
[
all
...]
iotest.cpp
233
testFile.adoptInstead(u_fopen(
STANDARD_TEST_FILE
, "w", fileLocale, "UTF-8"));
236
STANDARD_TEST_FILE
);
317
testFile.adoptInstead(u_fopen(
STANDARD_TEST_FILE
, "r", fileLocale, "UTF-8"));
320
STANDARD_TEST_FILE
);
399
/* testFile = u_fopen(
STANDARD_TEST_FILE
, "w", fileLocale, "UTF-8");
402
STANDARD_TEST_FILE
);
518
testFile = u_fopen(
STANDARD_TEST_FILE
, "r", fileLocale, "UTF-8");
521
STANDARD_TEST_FILE
);
[
all
...]
trnstst.c
24
f = u_fopen(
STANDARD_TEST_FILE
, "w", "en_US_POSIX", NULL);
127
f = u_fopen(
STANDARD_TEST_FILE
, "w", "en_US_POSIX", "utf-16");
186
infile = fopen(
STANDARD_TEST_FILE
, "rb");
stream.cpp
267
fstream fs(
STANDARD_TEST_FILE
, fstream::in | fstream::out | fstream::trunc);
Completed in 167 milliseconds