/prebuilts/go/darwin-x86/src/mime/quotedprintable/ |
reader_test.go | 37 {in: " A B =\n C ", want: " A B C"}, // lax. treating LF as CRLF
|
/prebuilts/go/linux-x86/src/mime/quotedprintable/ |
reader_test.go | 37 {in: " A B =\n C ", want: " A B C"}, // lax. treating LF as CRLF
|
/external/icu/icu4c/source/common/ |
ucnv2022.cpp | 86 #define LF 0x0A [all...] |
ubidi.cpp | 572 if(i<originalLength && uchar==CR && text[i]==LF) /* do nothing on the CR */ [all...] |
ucnvisci.cpp | 52 #define LF 0x0A [all...] |
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetISO2022.java | 33 private static final byte LF = 0x0A; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacter.java | [all...] |
/external/icu/icu4c/source/tools/genrb/ |
parse.cpp | 67 #define LF 0x000A 403 while(c != CR && c != LF) { 419 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF)) [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonCommonGEP.cpp | 773 NodeToValueMap::iterator LF = Loc.find(CN); 777 if (LF == Loc.end()) 779 Bs.push_back(LF->second); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
Bidi.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
Bidi.java | [all...] |
/external/pcre/dist2/src/ |
pcre2_internal.h | 486 /* PCRE2 is able to support several different kinds of newline (CR, LF, CRLF, 494 #define NLTYPE_ANYCRLF 2 /* Newline is CR, LF, or CRLF */ 626 mode. Newline characters are problematic in EBCDIC. Though it has CR and LF 628 line terminator in C-like processing environments. However, sometimes the LF [all...] |
/external/tinyxml2/ |
tinyxml2.cpp | 104 static const char LINE_FEED = (char)0x0a; // all line endings are normalized to LF
105 static const char LF = LINE_FEED;
281 // CR-LF pair becomes LF
282 // CR alone becomes LF
283 // LF-CR becomes LF
284 if ( *(p+1) == LF ) {
290 *q = LF;
293 else if ( (_flags & NEEDS_NEWLINE_NORMALIZATION) && *p == LF ) {
[all...] |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/ |
httplex.go | 298 // 0xd), line feed (LF, ASCII 0xa), and the zero character (NUL, ASCII
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/ |
httplex.go | 298 // 0xd), line feed (LF, ASCII 0xa), and the zero character (NUL, ASCII
|
/external/syslinux/dosutil/ |
eltorito.asm | 797 mov si, LineEnd ; CR/LF 859 mov si, LineEnd ;Print a CR/LF 929 cmp byte [si],0Ah ;LF?
|
/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/ |
apache-mime4j-core-0.7.2.jar | |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UCharacter.java | [all...] |
/external/curl/tests/ |
ftpserver.pl | 499 $l =~ s/\n/[LF]/g; [all...] |
/external/guice/extensions/struts2/lib/ |
commons-fileupload-1.2.1.jar | |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
commons-fileupload-1.2.1.jar | |
/external/libvncserver/webclients/novnc/include/ |
keysym.js | 5 XK_Linefeed = 0xff0a, /* Linefeed, LF */
|
/prebuilts/go/darwin-x86/src/encoding/base64/ |
base64.go | 40 // or CR / LF ('\r', '\n').
|
/prebuilts/go/linux-x86/src/encoding/base64/ |
base64.go | 40 // or CR / LF ('\r', '\n').
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/ |
commons-exec-1.1.jar | |