Searched refs:LF (Results 1 - 25 of 73) sorted by relevance

123

/macosx-10.10.1/ICU-531.30/icuSources/data/brkitr/
H A Dsent.txt17 $LF = [\p{Sentence_Break = LF}];
52 # Rule 3 - break after separators. Keep CR/LF together.
54 $CR $LF;
60 [^$Sep $CR $LF]? ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
77 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF
[all...]
H A Dsent_el.txt17 $LF = [\p{Sentence_Break = LF}];
52 # Rule 3 - break after separators. Keep CR/LF together.
54 $CR $LF;
60 [^$Sep $CR $LF]? ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
77 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF
[all...]
H A Dchar.txt16 $LF = [\p{Grapheme_Cluster_Break = LF}];
80 $CR $LF;
107 [^$Control $CR $LF] $Extend;
109 [^$Control $CR $LF] $SpacingMark;
110 # TODO: Restore if the Prepend set becomes non-empty again: $Prepend [^$Control $CR $LF];
116 $LF $CR;
142 $Extend [^$Control $CR $LF];
143 $SpacingMark [^$Control $CR $LF];
144 # TODO: Restore if the Prepend set becomes non-empty again: [^$Control $CR $LF]
[all...]
H A Dword.txt28 $LF = [\p{Word_Break = LF}];
130 # Rule 3 - CR x LF
132 $CR $LF;
139 [^$CR $LF $Newline]? ($Extend | $Format)+;
244 $LF $CR;
247 ($Format | $Extend)* [^$CR $LF $Newline]?;
H A Dword_POSIX.txt28 $LF = [\p{Word_Break = LF}];
130 # Rule 3 - CR x LF
132 $CR $LF;
139 [^$CR $LF $Newline]? ($Extend | $Format)+;
244 $LF $CR;
247 ($Format | $Extend)* [^$CR $LF $Newline]?;
/macosx-10.10.1/file_cmds-242/pax/
H A Doptions.h64 #define LF 0x00000080 macro
110 #define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF)
111 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
113 #define BDLIST (AF|BF|IF|KF|LF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
/macosx-10.10.1/efax-38/efax/
H A Defaxmsg.h13 NUL, SOH, STX, ETX, EOT, ENQ, ACK, BEL, BS, HT, LF, enumerator in enum:cchar
H A Defaxio.c39 corresponding to sequences of the form: <CR><LF>AX...<CR><LF>
52 rd_nexts[LF] = rd_allowed[LF] = 0x02 | 0x10 ;
63 character until the first LF following some text. Returns s
75 if ( n > 0 && c == LF ) break ;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1617 const LSRFixup &LF,
1621 Value *Expand(const LSRFixup &LF,
1626 void RewriteForPHI(PHINode *PN, const LSRFixup &LF,
1631 void Rewrite(const LSRFixup &LF,
2816 LSRFixup &LF = getNewFixup(); local
2817 LF.UserInst = UserInst;
2818 LF.OperandValToReplace = UI->getOperandValToReplace();
2819 LF.PostIncLoops = UI->getPostIncLoops();
2823 if (isAddressUse(LF.UserInst, LF
2998 LSRFixup &LF = getNewFixup(); local
4197 AdjustInsertPositionForExpand(BasicBlock::iterator LowestIP, const LSRFixup &LF, const LSRUse &LU, SCEVExpander &Rewriter) const argument
4262 Expand(const LSRFixup &LF, const Formula &F, BasicBlock::iterator IP, SCEVExpander &Rewriter, SmallVectorImpl<WeakVH> &DeadInsts) const argument
4436 RewriteForPHI(PHINode *PN, const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakVH> &DeadInsts, Pass *P) const argument
4510 Rewrite(const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakVH> &DeadInsts, Pass *P) const argument
[all...]
/macosx-10.10.1/apr-32/apr/apr/passwd/
H A Dapr_getpass.c70 #define LF 10 macro
73 #define LF '\n' macro
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dgetpart.pm269 $l =~ s/\n/[LF]/g;
279 $l =~ s/\n/[LF]/g;
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp475 if (Function *LF = F->Codegen()) {
477 LF->dump();
500 if (Function *LF = F->Codegen()) {
502 LF->dump();
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCAssembler.cpp465 MCLEBFragment &LF = cast<MCLEBFragment>(F); local
466 OW->WriteBytes(LF.getContents().str());
712 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { argument
714 uint64_t OldSize = LF.getContents().size();
715 bool IsAbs = LF.getValue().EvaluateAsAbsolute(Value, Layout);
718 SmallString<8> &Data = LF.getContents();
721 if (LF.isSigned())
726 return OldSize != LF.getContents().size();
918 const MCLEBFragment *LF = cast<MCLEBFragment>(this); local
920 OS << " Value:" << LF
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Didnaconf.cpp133 static const UChar LF = 0x0a; local
136 // CR LF
137 if ( c == CR && curOffset + 1 < len && base[curOffset + 1] == LF){
141 // CR or LF
142 if ( c == CR || c == LF) {
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dread.c35 #define LF 0x000A macro
185 if(c == CR || c == LF){
198 if(c == CR || c == LF){
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp488 if (Function *LF = F->Codegen()) {
490 LF->dump();
513 if (Function *LF = F->Codegen()) {
515 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dstreamio.h204 #define LF 0xA macro
/macosx-10.10.1/apache-793/httpd/support/
H A Dhtdigest.c54 #define LF '\n' macro
57 #define LF 10 macro
/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c72 #define LF 0x0a macro
287 #define nkf_isspace(c) (nkf_isblank(c) || c == CR || c == LF)
297 #define nkf_noescape_mime(c) ((c == CR) || (c == LF) || \
677 static int eolmode_f = 0; /* CR, LF, CRLF */
933 " L[uwm] Line mode u:LF w:CRLF m:CR (DEFAULT noconversion)\n"
990 "LF"
3739 if (c2 == 0 && c1 == LF) {
3740 if (!input_eol) input_eol = prev_cr ? CRLF : LF;
3741 else if (input_eol != (prev_cr ? CRLF : LF)) input_eol = EOF;
3742 } else if (c2 == 0 && c1 == CR && input_eol == LF) input_eo
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp733 if (Function *LF = F->Codegen()) {
735 LF->dump();
758 if (Function *LF = F->Codegen()) {
760 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp844 if (Function *LF = F->Codegen()) {
846 LF->dump();
869 if (Function *LF = F->Codegen()) {
871 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dhttpproxy.rb165 proxy_status_line = os.gets(LF)
169 while line = os.gets(LF)
170 break if /\A(#{CRLF}|#{LF})\z/om =~ line
H A Dhttprequest.rb417 if @request_line.bytesize >= MAX_URI_LENGTH and @request_line[-1, 1] != LF
435 break if /\A(#{CRLF}|#{LF})\z/om =~ line
529 _read_data(io, :gets, LF, size)
/macosx-10.10.1/ruby-106/ruby/lib/cgi/
H A Dcore.rb13 LF = "\012"
16 EOL = CR + LF
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dtelnet.rb163 LF = "\012"
164 EOL = CR + LF
205 # Outgoing LF is
206 # converted to CRLF, and incoming CRLF is converted to LF. If
638 # NONE send EOL --> CR+LF

Completed in 340 milliseconds

123