Home
last modified time | relevance | path

Searched refs:parseFirstEOL (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
DparseFirstEOL.pl62 return parseFirstEOL($fileHandle);
/external/webkit/Tools/Scripts/
DVCSUtils.pm71 &parseFirstEOL
454 sub parseFirstEOL($) subroutine
482 $eol = parseFirstEOL(*FILE);
/external/webkit/Tools/
DChangeLog1376 … - Added parseFirstEOL(), which returns the first end-of-line character(s) that appear in the
1390 * Scripts/webkitperl/VCSUtils_unittest/parseFirstEOL.pl: Added.