OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outFH
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/gensprep/
filterRFC3454.pl
72
$
outFH
= IO::File->new($outfile,"a")
75
printf $
outFH
$icu_copyright, localtime->year()+1900;
76
print $
outFH
$copyright;
77
print $
outFH
$warning;
80
print $
outFH
"\@normalize;;\n";
83
print $
outFH
"\@check-bidi;;\n";
85
print $
outFH
"\n";
86
close($
outFH
);
157
local ($inFH, $
outFH
,$comment, $table) = @_;
159
print $
outFH
$comment."\n"
[
all
...]
/external/icu4c/tools/gendraft/
genheaders.pl
113
$
outFH
= IO::File->new($outfile,"w")
117
printHeader($
outFH
, $outFileName, $headerDef, $symbolDef);
118
parseWriteFile($inFH, $
outFH
, $symbolAppend, $exclude);
119
printFooter($
outFH
, $headerDef, $symbolDef);
121
close($
outFH
);
126
($
outFH
, $headername, $HEADERDEF, $symbolDef) = @_;
130
print $
outFH
<<END_HEADER_COMMENT;
161
($inFH, $
outFH
, $symbolAppend, $exclude) = @_;
206
print $
outFH
"# if U_DISABLE_RENAMING\n";
208
print $
outFH
"# define $key $disableRenaming{$key}\n"
[
all
...]
/external/webkit/Tools/Scripts/
old-run-webkit-tests
[
all
...]
Completed in 31 milliseconds