Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/xml/etree/
DElementTree.py645 close_source = False
648 close_source = True
660 if close_source:
1197 close_source = False
1200 close_source = True
1204 return _IterParseIterator(source, events, parser, close_source)
1206 if close_source:
1212 def __init__(self, source, events, parser, close_source=False): argument
1214 self._close_file = close_source
/external/python/cpython3/Lib/xml/etree/
DElementTree.py585 close_source = False
588 close_source = True
608 if close_source:
1232 if close_source:
1241 close_source = False
1244 close_source = True
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp600 static const char *close_source = "</source>\n"; variable
646 write_utf8_file(out, UnicodeString(close_source)); in string_write_xml()
677 write_utf8_file(out, UnicodeString(close_source)); in alias_write_xml()
759 write_utf8_file(out, UnicodeString(close_source)); in intvector_write_xml()
791 write_utf8_file(out, UnicodeString(close_source)); in int_write_xml()