Lines Matching defs:Line

23 UnicodeSet * Line::needsQuoting = NULL;
26 Line::init()
48 Line::Line()
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) :
103 Line &
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 {
169 Line::~Line() {
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) {
201 Line::stringToName(UChar *string, int32_t len) {
240 Line::toBundleString()
291 Line::toHTMLString()
319 Line::toString(UBool pretty) {
356 Line::setTo(const UnicodeString &string) {
369 Line::setTo(const UChar32 n) {
380 Line::strengthIndent(UColAttributeValue strength, int indentSize, UnicodeString &result)
396 Line::strengthToString(UColAttributeValue strength, UBool pretty, UBool html) {
468 Line *
469 Line::nextInteresting() {
470 Line *result = this->next;
478 Line::append(const UChar* n, int32_t length)
489 Line::append(const UChar n)
498 Line::append(const Line &l)
505 Line::clear()
512 Line::write(char *buff, int32_t, UErrorCode &)
525 Line *previous;
526 Line *next;
589 Line::initFromString(const char *buff, int32_t, UErrorCode &)
655 Line::swapCase(UChar *string, int32_t &sLen)
677 Line::swapCase()
684 Line::dumpSortkey()