Searched refs:name2codepoint (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/python/mako/mako/ |
D | filters.py | 10 from html.entities import name2codepoint 58 def __init__(self, codepoint2name, name2codepoint): argument 62 self.name2codepoint = name2codepoint 111 codepoint = self.name2codepoint.get(name, 0xFFFD) 126 _html_entities_escaper = XMLEntityEscaper(codepoint2name, name2codepoint)
|
/aosp_15_r20/external/python/cpython3/Lib/html/ |
D | entities.py | 8 name2codepoint = { variable 2506 for (name, codepoint) in name2codepoint.items():
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/html/ |
D | entities.py | 8 name2codepoint = { variable 2506 for (name, codepoint) in name2codepoint.items():
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/html/ |
H A D | entities.py | 8 name2codepoint = { variable 2506 for (name, codepoint) in name2codepoint.items():
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/html/ |
D | entities.py | 8 name2codepoint = { variable 2506 for (name, codepoint) in name2codepoint.items():
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/html/ |
D | entities.py | 8 name2codepoint = { variable 2506 for (name, codepoint) in name2codepoint.items():
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/html/ |
D | entities.py | 8 name2codepoint = { variable 2506 for (name, codepoint) in name2codepoint.items():
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | htmlentitydefs.py | 4 name2codepoint = { variable 266 for (name, codepoint) in name2codepoint.iteritems():
|
D | HTMLParser.py | 468 for k, v in htmlentitydefs.name2codepoint.iteritems():
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | html.entities.rst | 14 :data:`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`. 35 .. data:: name2codepoint
|
D | html.parser.rst | 236 from html.entities import name2codepoint 254 c = chr(name2codepoint[name])
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | htmllib.rst | 174 This module defines three dictionaries, ``name2codepoint``, ``codepoint2name``, 188 .. data:: name2codepoint
|
D | htmlparser.rst | 252 from htmlentitydefs import name2codepoint 270 c = unichr(name2codepoint[name])
|
/aosp_15_r20/external/python/cpython2/Misc/ |
D | HISTORY | 4384 - htmlentitydefs has two new dictionaries: name2codepoint maps
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | HISTORY | 21768 - htmlentitydefs has two new dictionaries: name2codepoint maps
|