OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_line_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py
629
self.assertEqual(0, cpp_style.
get_line_width
(''))
630
self.assertEqual(10, cpp_style.
get_line_width
(u'x' * 10))
631
self.assertEqual(16, cpp_style.
get_line_width
(u'?|?|?|?|??'))
[
all
...]
cpp.py
2619
def
get_line_width
(line):
function
[
all
...]
Completed in 33 milliseconds