Home | History | Annotate | Download | only in tinyxml2

Lines Matching full:line_feed

33 static const char LINE_FEED                = (char)0x0a;            // all line endings are normalized to LF

34 static const char LF = LINE_FEED;