Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:LINE_FEED

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

34 static const char LF = LINE_FEED;