Lines Matching defs:const
55 Line::Line(const UChar* name, int32_t len)
68 Line::Line(const UChar name)
79 Line::Line(const UnicodeString &string)
85 Line::Line(const char *buff, int32_t buffLen, UErrorCode &status) :
94 Line::Line(const Line &other) :
104 Line::operator=(const Line &other) {
127 Line::operator==(const Line &other) const {
141 Line::equals(const Line &other) const {
164 Line::operator!=(const Line &other) const {
173 Line::copyArray(Line *dest, const Line *src, int32_t size) {
181 Line::setName(const UChar* name, int32_t len) {
192 Line::setToConcat(const Line *first, const Line *second) {
356 Line::setTo(const UnicodeString &string) {
369 Line::setTo(const UChar32 n) {
478 Line::append(const UChar* n, int32_t length)
489 Line::append(const UChar n)
498 Line::append(const Line &l)
589 Line::initFromString(const char *buff, int32_t, UErrorCode &)