HomeSort by relevance Sort by last modified time
    Searched defs:TextFile (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/test/intltest/
textfile.cpp 13 #include "textfile.h"
23 TextFile::TextFile(const char* _name, const char* _encoding, UErrorCode& ec) :
69 TextFile::~TextFile() {
78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) {
113 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
134 UBool TextFile::setBuffer(int32_t index, char c, UErrorCode& ec) {
151 UBool TextFile::ensureCapacity(int32_t mincapacity) {
textfile.h 23 class TextFile {
27 * ICU testdata directory. See textfile.cpp to determine if the
30 TextFile(const char* name, const char* encoding, UErrorCode& ec);
32 virtual ~TextFile();
70 inline int32_t TextFile::getLineNumber() const {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 3 provides the TextFile class, which gives an interface to text files
12 class TextFile:
29 TextFile (filename=None, file=None, **options)
34 recommended that you supply at least 'filename', so that TextFile
36 TextFile creates its own using the 'open()' builtin.
79 """Construct a new TextFile object. At least one of 'filename'
100 raise KeyError, "invalid TextFile option '%s'" % opt
  /external/python/cpython2/Lib/distutils/
text_file.py 3 provides the TextFile class, which gives an interface to text files
12 class TextFile:
29 TextFile (filename=None, file=None, **options)
34 recommended that you supply at least 'filename', so that TextFile
36 TextFile creates its own using the 'open()' builtin.
79 """Construct a new TextFile object. At least one of 'filename'
100 raise KeyError, "invalid TextFile option '%s'" % opt
  /external/python/cpython3/Lib/distutils/
text_file.py 3 provides the TextFile class, which gives an interface to text files
10 class TextFile:
26 TextFile (filename=None, file=None, **options)
31 recommended that you supply at least 'filename', so that TextFile
33 TextFile creates its own using 'io.open()'.
79 """Construct a new TextFile object. At least one of 'filename'
97 raise KeyError("invalid TextFile option '%s'" % opt)

Completed in 527 milliseconds