Lines Matching refs:Line
42 class Line {
44 static void copyArray(Line *dest, const Line *src, int32_t size);
45 Line();
46 Line(const Line &other);
47 Line(const UChar* name, int32_t len);
48 Line(const UnicodeString &string);
49 Line(const UChar name);
50 Line(const char *buff, int32_t buffLen, UErrorCode &status);
51 ~Line();
52 Line & operator=(const Line &other);
53 UBool operator==(const Line &other) const;
54 UBool operator!=(const Line &other) const;
55 void setToConcat(const Line *first, const Line *second);
69 UBool equals(const Line &other) const;
70 Line *nextInteresting();
73 void append(const Line &l);
92 Line *previous;
93 Line *next;
97 Line *left;
98 Line *right;