Home
last modified time | relevance | path

Searched defs:close_source (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp600 static const char *close_source = "</source>\n"; variable
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp600 static const char *close_source = "</source>\n"; variable
/aosp_15_r20/external/python/cpython2/Lib/xml/etree/
DElementTree.py1212 def __init__(self, source, events, parser, close_source=False): argument