Home
last modified time | relevance | path

Searched refs:StripComments (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/
Dzlib2ansi52 StripComments($params);
53 StripComments($param_list);
102 sub StripComments subroutine
/external/chromium_org/v8/tools/push-to-trunk/
Dpush_to_trunk.py236 changelog_entry = StripComments(changelog_entry)
Dtest_scripts.py120 StripComments(" Line 1\n# Line 2\n Line 3\n#\n"))
122 StripComments("###\n# \n\n# Line 1\nLine 2 ### Test\n #"))
Dcommon_includes.py93 def StripComments(text): function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp301 class StripComments { class
303 StripComments(const String& str) in StripComments() function in blink::__anonca30d2370111::StripComments
396 void StripComments::process(UChar c) in process()
3238 String stringWithoutComments = StripComments(string).result(); in shaderSource()