Home
last modified time | relevance | path

Searched refs:name2codepoint (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/python/mako/mako/
Dfilters.py10 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/
Dentities.py8 name2codepoint = { variable
2506 for (name, codepoint) in name2codepoint.items():
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/html/
Dentities.py8 name2codepoint = { variable
2506 for (name, codepoint) in name2codepoint.items():
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/html/
H A Dentities.py8 name2codepoint = { variable
2506 for (name, codepoint) in name2codepoint.items():
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/html/
Dentities.py8 name2codepoint = { variable
2506 for (name, codepoint) in name2codepoint.items():
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/html/
Dentities.py8 name2codepoint = { variable
2506 for (name, codepoint) in name2codepoint.items():
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/html/
Dentities.py8 name2codepoint = { variable
2506 for (name, codepoint) in name2codepoint.items():
/aosp_15_r20/external/python/cpython2/Lib/
Dhtmlentitydefs.py4 name2codepoint = { variable
266 for (name, codepoint) in name2codepoint.iteritems():
DHTMLParser.py468 for k, v in htmlentitydefs.name2codepoint.iteritems():
/aosp_15_r20/external/python/cpython3/Doc/library/
Dhtml.entities.rst14 :data:`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`.
35 .. data:: name2codepoint
Dhtml.parser.rst236 from html.entities import name2codepoint
254 c = chr(name2codepoint[name])
/aosp_15_r20/external/python/cpython2/Doc/library/
Dhtmllib.rst174 This module defines three dictionaries, ``name2codepoint``, ``codepoint2name``,
188 .. data:: name2codepoint
Dhtmlparser.rst252 from htmlentitydefs import name2codepoint
270 c = unichr(name2codepoint[name])
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY4384 - htmlentitydefs has two new dictionaries: name2codepoint maps
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY21768 - htmlentitydefs has two new dictionaries: name2codepoint maps