Home
last modified time | relevance | path

Searched defs:charref (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/html/
Dparser.py25 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/html/
Dparser.py25 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
/aosp_15_r20/external/python/cpython3/Lib/html/
Dparser.py25 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/html/
H A Dparser.py25 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/html/
Dparser.py25 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/html/
Dparser.py25 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
/aosp_15_r20/external/python/cpython2/Lib/
DHTMLParser.py20 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
Dsgmllib.py31 charref = re.compile('&#([0-9]+)[^0-9]') variable
Dxmllib.py30 charref = re.compile('&#(?P<char>[0-9]+[^0-9]|x[0-9a-fA-F]+[^0-9a-fA-F])') variable
/aosp_15_r20/external/libxml2/
H A Dencoding.c1765 xmlChar charref[20]; in xmlCharEncOutput() local
1876 xmlChar charref[20]; in xmlCharEncOutFunc() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dencoding.c2478 xmlChar charref[20]; in xmlCharEncOutput() local
2590 xmlChar charref[20]; in xmlCharEncOutFunc() local