HomeSort by relevance Sort by last modified time
    Searched full:get_line_width (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 619 self.assertEquals(0, cpp_style.get_line_width(''))
620 self.assertEquals(10, cpp_style.get_line_width(u'x' * 10))
621 self.assertEquals(16, cpp_style.get_line_width(u'?|?|?|?|??'))
    [all...]
cpp.py 2380 def get_line_width(line): function
    [all...]

Completed in 176 milliseconds