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

1234

/macosx-10.9.5/ICU-511.35/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_ja.txt28 $LF = [\p{Word_Break = LF}];
73 # Rule 3 - CR x LF
75 $CR $LF;
82 [^$CR $LF $Newline]? ($Extend | $Format)+;
150 $LF $CR;
153 ($Format | $Extend)* [^$CR $LF $Newline]?;
H A Dword.txt28 $LF = [\p{Word_Break = LF}];
123 # Rule 3 - CR x LF
125 $CR $LF;
132 [^$CR $LF $Newline]? ($Extend | $Format)+;
225 $LF $CR;
228 ($Format | $Extend)* [^$CR $LF $Newline]?;
H A Dword_POSIX.txt28 $LF = [\p{Word_Break = LF}];
123 # Rule 3 - CR x LF
125 $CR $LF;
132 [^$CR $LF $Newline]? ($Extend | $Format)+;
225 $LF $CR;
228 ($Format | $Extend)* [^$CR $LF $Newline]?;
/macosx-10.9.5/file_cmds-230/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.9.5/efax-36/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.9.5/llvmCore-3425.0.33/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.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DUtils.pm22 my $LF = "\x0a";
157 $data =~ s/$CRLF|$LF/\n/g;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/passwd/
H A Dapr_getpass.c70 #define LF 10 macro
73 #define LF '\n' macro
/macosx-10.9.5/apr-30/apr/apr/passwd/
H A Dapr_getpass.c70 #define LF 10 macro
73 #define LF '\n' macro
/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/llvmCore-3425.0.33/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.9.5/ICU-511.35/icuSources/test/intltest/
H A Didnaconf.cpp134 static const UChar LF = 0x0a; local
137 // CR LF
138 if ( c == CR && curOffset + 1 < len && base[curOffset + 1] == LF){
142 // CR or LF
143 if ( c == CR || c == LF) {
/macosx-10.9.5/ICU-511.35/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.9.5/llvmCore-3425.0.33/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.9.5/tidy-15.12/tidy/src/
H A Dstreamio.h204 #define LF 0xA macro
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dhtdigest.c54 #define LF '\n' macro
57 #define LF 10 macro
H A Dhtdbm.c60 #define LF 10 macro
63 #define LF '\n' macro
/macosx-10.9.5/ruby-104/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.9.5/llvmCore-3425.0.33/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.9.5/llvmCore-3425.0.33/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.9.5/ruby-104/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

Completed in 293 milliseconds

1234