Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtextwrap.py66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper
153 text = text.translate(self.unicode_whitespace_trans)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Dtextwrap.py66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper
153 text = text.translate(self.unicode_whitespace_trans)
/prebuilts/build-tools/common/py3-stdlib/
Dtextwrap.py66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper
153 text = text.translate(self.unicode_whitespace_trans)
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtextwrap.py66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper
153 text = text.translate(self.unicode_whitespace_trans)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtextwrap.py66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper
153 text = text.translate(self.unicode_whitespace_trans)