OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextFile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
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) {
149
UBool
TextFile
::ensureCapacity(int32_t mincapacity) {
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 {
/external/icu/icu4c/source/test/intltest/
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) {
149
UBool
TextFile
::ensureCapacity(int32_t mincapacity) {
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 {
Completed in 53 milliseconds