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

  /external/chromium/third_party/icu/source/test/intltest/
tokiter.h 16 class TextFile;
30 * TextFile, ignoring blank lines and comment lines (first
34 TokenIterator(TextFile* r);
63 TextFile* reader; // alias
textfile.h 21 class TextFile {
25 * ICU testdata directory. See textfile.cpp to determine if the
28 TextFile(const char* name, const char* encoding, UErrorCode& ec);
30 virtual ~TextFile();
68 inline int32_t TextFile::getLineNumber() const {
textfile.cpp 11 #include "textfile.h"
21 TextFile::TextFile(const char* _name, const char* _encoding, UErrorCode& ec) :
67 TextFile::~TextFile() {
76 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) {
111 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
132 UBool TextFile::setBuffer(int32_t index, char c, UErrorCode& ec) {
148 UBool TextFile::ensureCapacity(int32_t mincapacity) {
tokiter.cpp 12 #include "textfile.h"
16 TokenIterator::TokenIterator(TextFile* r) {
thcoll.cpp 22 #include "textfile.h"
82 TextFile names("TestNames_Thai.txt", "UTF16LE", ec);
129 TextFile riwords("riwords.txt", "UTF8", ec);
numfmtst.cpp 23 #include "textfile.h"
    [all...]
  /external/icu4c/test/intltest/
tokiter.h 16 class TextFile;
30 * TextFile, ignoring blank lines and comment lines (first
34 TokenIterator(TextFile* r);
63 TextFile* reader; // alias
textfile.h 21 class TextFile {
25 * ICU testdata directory. See textfile.cpp to determine if the
28 TextFile(const char* name, const char* encoding, UErrorCode& ec);
30 virtual ~TextFile();
68 inline int32_t TextFile::getLineNumber() const {
textfile.cpp 11 #include "textfile.h"
21 TextFile::TextFile(const char* _name, const char* _encoding, UErrorCode& ec) :
67 TextFile::~TextFile() {
76 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) {
111 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
132 UBool TextFile::setBuffer(int32_t index, char c, UErrorCode& ec) {
148 UBool TextFile::ensureCapacity(int32_t mincapacity) {
tokiter.cpp 12 #include "textfile.h"
16 TokenIterator::TokenIterator(TextFile* r) {
thcoll.cpp 22 #include "textfile.h"
82 TextFile names("TestNames_Thai.txt", "UTF16LE", ec);
129 TextFile riwords("riwords.txt", "UTF8", ec);
numfmtst.cpp 23 #include "textfile.h"
    [all...]

Completed in 484 milliseconds