HomeSort by relevance Sort by last modified time
    Searched defs:crlf (Results 1 - 25 of 31) sorted by null

1 2

  /external/syslinux/core/
writestr.c 23 * crlf: Print a newline
25 void crlf(void) function
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
reader.go 66 crlf = []byte("\r\n")
89 // Does the line end in CRLF instead of just LF?
91 hasCR := bytes.HasSuffix(r.line, crlf)
97 if !bytes.HasPrefix(rightStripped, lf) && !bytes.HasPrefix(rightStripped, crlf) &&
65 crlf = []byte("\\r\\n") var
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
reader.go 66 crlf = []byte("\r\n")
89 // Does the line end in CRLF instead of just LF?
91 hasCR := bytes.HasSuffix(r.line, crlf)
97 if !bytes.HasPrefix(rightStripped, lf) && !bytes.HasPrefix(rightStripped, crlf) &&
65 crlf = []byte("\\r\\n") var
  /external/libedit/src/
read.c 489 int crlf = 0; local
564 crlf = cp[-1] == '\r' || cp[-1] == '\n';
567 if (crlf)
  /external/syslinux/diag/mbr/
handoff.S 153 call crlf
156 call crlf
162 call crlf
184 call crlf
188 call crlf
203 call crlf
219 call crlf
252 call crlf
269 call crlf
273 call crlf
300 crlf: label
    [all...]
  /external/xmlrpcpp/src/
base64.h 53 // it may be crlf, crlfsp, noline or other class like it
56 struct crlf struct in class:base64
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 1095 UnicodeSet crlf = new UnicodeSet().add('\\n').add('\\r').add("\\r\\n"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 1092 UnicodeSet crlf = new UnicodeSet().add('\\n').add('\\r').add("\\r\\n"); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 1299 int crlf = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 1314 int crlf = 0; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
956 { crlf, UPRV_LENGTHOF(crlf) },
  /external/python/cpython2/Modules/
binascii.c 1300 int crlf = 0; local
    [all...]
  /external/python/cpython3/Modules/
binascii.c 1357 int crlf = 0; local
    [all...]
  /external/curl/src/
tool_cfgable.h 140 bool crlf; member in struct:OperationConfig
  /prebuilts/go/darwin-x86/src/net/http/
server.go 353 crlf = []byte("\r\n")
374 _, err = cw.res.conn.bufw.Write(crlf)
352 crlf = []byte("\\r\\n") var
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go 353 crlf = []byte("\r\n")
374 _, err = cw.res.conn.bufw.Write(crlf)
352 crlf = []byte("\\r\\n") var
    [all...]
  /external/curl/lib/
urldata.h 1541 bool crlf; \/* convert crlf on ftp upload(?) *\/ member in struct:UserDefined
    [all...]
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 

Completed in 528 milliseconds

1 2