Searched refs:EXC_LF_C (Results 1 – 2 of 2) sorted by relevance
52 const sal_uInt8 EXC_LF_C = '\x0A'; /// LF character (used for line break). variable53 const sal_uInt16 EXC_LF = EXC_LF_C; /// LF character (unicode).
575 mbWrapped = ::std::find( aBeg, aEnd, EXC_LF_C ) != aEnd; in CharsToBuffer()
Completed in 18 milliseconds