HomeSort by relevance Sort by last modified time
    Searched refs:inFH (Results 1 - 3 of 3) sorted by null

  /external/icu4c/tools/gensprep/
filterRFC3454.pl 67 $inFH = IO::File->new($infile,"r")
92 while(defined ($line=<$inFH>)){
95 createUnassignedTable($inFH,$outfile);
98 createMapToNothing($inFH,$outfile);
101 createCaseMapNorm($inFH,$outfile);
104 createCaseMapNoNorm($inFH,$outfile);
107 createProhibitedTable($inFH,$outfile,$line);
110 createProhibitedTable($inFH,$outfile,$line);
113 createProhibitedTable($inFH,$outfile,$line);
116 createProhibitedTable($inFH,$outfile,$line)
    [all...]
  /external/icu4c/tools/gendraft/
genheaders.pl 111 $inFH = IO::File->new($infile,"r")
118 parseWriteFile($inFH, $outFH, $symbolAppend, $exclude);
120 close($inFH);
161 ($inFH, $outFH, $symbolAppend, $exclude) = @_;
164 while (defined ($line = <$inFH>)){
  /external/webkit/Tools/Scripts/
old-run-webkit-tests     [all...]

Completed in 260 milliseconds