OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONVERT_LF
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
EOLConvertingInputStream.java
38
public static final int
CONVERT_LF
= 2;
129
} else if ((flags &
CONVERT_LF
) != 0 && b == '\n' && previous != '\r') {
/packages/services/Telephony/src/org/apache/james/mime4j/
EOLConvertingInputStream.java
38
public static final int
CONVERT_LF
= 2;
129
} else if ((flags &
CONVERT_LF
) != 0 && b == '\n' && previous != '\r') {
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
miniterm.py
162
CONVERT_LF
= 0
260
elif data == '\n' and self.convert_outgoing ==
CONVERT_LF
:
638
convert_outgoing =
CONVERT_LF
Completed in 66 milliseconds