Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:LINE_FEED

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

105 static const char LF = LINE_FEED;