Searched refs:_escape (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | format.py | 73 def _escape(self, code): member in AnsiFormatter 77 self._escape(self._bold) 79 self._escape(self._normal) 82 self._escape(self._italic) 84 self._escape(self._normal) 87 self._escape(self._blue) 89 self._escape(self._normal) 92 self._escape(self._green) 94 self._escape(self._normal)
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rbt_set.cpp | 92 UnicodeString& _escape(const UnicodeString &source, in _escape() function 124 _escape(buf, esc); in _debugOut()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 235 # This does not match the characters in _escape, because those need to be 240 # _escape is a pattern that should match any character that needs to be 242 # pattern. _escape is used with re.sub to backslash anything in _escape's 245 # _escape matches the following characters appearing anywhere in an argument: 264 _escape = re.compile(r'(["\\`])') variable 285 encoded = quote + re.sub(_escape, r"\\\1", argument) + quote
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt_set.cpp | 92 UnicodeString& _escape(const UnicodeString &source, in _escape() function 124 _escape(buf, esc); in _debugOut()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 231 # This does not match the characters in _escape, because those need to be 236 # _escape is a pattern that should match any character that needs to be 238 # pattern. _escape is used with re.sub to backslash anything in _escape's 241 # _escape matches the following characters appearing anywhere in an argument: 260 _escape = re.compile(r'(["\\`])') variable 278 encoded = quote + re.sub(_escape, r"\\\1", argument) + quote
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbt_set.cpp | 92 UnicodeString& _escape(const UnicodeString &source, in _escape() function 124 _escape(buf, esc); in _debugOut()
|
/third_party/python/Lib/ |
H A D | plistlib.py | 161 def _escape(text): function 303 value = _escape(value)
|
/third_party/python/Lib/re/ |
H A D | _parser.py | 367 def _escape(source, escape, state): function 539 code = _escape(source, this, state)
|
Completed in 8 milliseconds