Home
last modified time | relevance | path

Searched refs:_trim_whitespace (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/third_party/jinja2/
H A Dext.py326 singular = self._trim_whitespace(singular)
328 plural = self._trim_whitespace(plural)
344 def _trim_whitespace(self, string, _ws_re=_ws_re): member in InternationalizationExtension
/third_party/node/tools/inspector_protocol/jinja2/
H A Dext.py309 singular = self._trim_whitespace(singular)
311 plural = self._trim_whitespace(plural)
322 def _trim_whitespace(self, string, _ws_re=re.compile(r'\s*\n\s*')): member in InternationalizationExtension
/third_party/skia/third_party/externals/jinja2/
H A Dext.py326 singular = self._trim_whitespace(singular)
328 plural = self._trim_whitespace(plural)
344 def _trim_whitespace(self, string, _ws_re=_ws_re): member in InternationalizationExtension
/third_party/jinja2/
H A Dext.py457 singular = self._trim_whitespace(singular)
459 plural = self._trim_whitespace(plural)
476 def _trim_whitespace(self, string: str, _ws_re: t.Pattern[str] = _ws_re) -> str: member in InternationalizationExtension

Completed in 5 milliseconds