Searched refs:unicode_whitespace_trans (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/ |
D | textwrap.py | 84 unicode_whitespace_trans = {} variable in TextWrapper 87 unicode_whitespace_trans[x] = uspace 159 text = text.translate(self.unicode_whitespace_trans)
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | textwrap.py | 66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper 153 text = text.translate(self.unicode_whitespace_trans)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | textwrap.py | 66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper 153 text = text.translate(self.unicode_whitespace_trans)
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | textwrap.py | 66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper 153 text = text.translate(self.unicode_whitespace_trans)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | textwrap.py | 66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper 153 text = text.translate(self.unicode_whitespace_trans)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | textwrap.py | 66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper 153 text = text.translate(self.unicode_whitespace_trans)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | textwrap.py | 66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' ')) variable in TextWrapper 153 text = text.translate(self.unicode_whitespace_trans)
|