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

12

/external/icu4c/data/brkitr/
H A Dchar.txt16 $LF = [\p{Grapheme_Cluster_Break = LF}];
38 $CR $LF;
44 [^$Control $CR $LF] $Extend;
46 [^$Control $CR $LF] $SpacingMark;
47 $Prepend [^$Control $CR $LF];
53 $LF $CR;
58 $Extend [^$Control $CR $LF];
59 $SpacingMark [^$Control $CR $LF];
60 [^$Control $CR $LF]
[all...]
H A Dchar_th.txt16 $LF = [\p{Grapheme_Cluster_Break = LF}];
36 $CR $LF;
42 [^$Control $CR $LF] $Extend;
47 $LF $CR;
52 $Extend [^$Control $CR $LF];
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 Dword.txt28 $LF = [\p{Word_Break = LF}];
73 # Rule 3 - CR x LF
75 $CR $LF;
82 [^$CR $LF $Newline]? ($Extend | $Format)+;
145 $LF $CR;
148 ($Format | $Extend)* [^$CR $LF $Newline]?;
H A Dword_POSIX.txt28 $LF = [\p{Word_Break = LF}];
73 # Rule 3 - CR x LF
75 $CR $LF;
82 [^$CR $LF $Newline]? ($Extend | $Format)+;
145 $LF $CR;
148 ($Format | $Extend)* [^$CR $LF $Newline]?;
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]?;
/external/linux-tools-perf/util/
H A DPERF-VERSION-GEN9 LF='
17 *$LF*) (exit 1) ;;
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java46 public static final int LF = 10; // <US-ASCII LF, linefeed (10)> field in class:HTTP
93 return ch == SP || ch == HT || ch == CR || ch == LF;
/external/guava/guava/src/com/google/common/base/
H A DAscii.java151 public static final byte LF = 10; field in class:Ascii
154 * Alternate name for {@link #LF}. ({@code LF} is preferred.)
/external/llvm/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
4506 Rewrite(const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakVH> &DeadInsts, Pass *P) const argument
[all...]
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp475 if (Function *LF = F->Codegen()) {
477 LF->dump();
500 if (Function *LF = F->Codegen()) {
502 LF->dump();
/external/llvm/lib/MC/
H A DMCAssembler.cpp472 MCLEBFragment &LF = cast<MCLEBFragment>(F); local
473 OW->WriteBytes(LF.getContents().str());
719 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { argument
721 uint64_t OldSize = LF.getContents().size();
722 bool IsAbs = LF.getValue().EvaluateAsAbsolute(Value, Layout);
725 SmallString<8> &Data = LF.getContents();
728 if (LF.isSigned())
733 return OldSize != LF.getContents().size();
925 const MCLEBFragment *LF = cast<MCLEBFragment>(this); local
927 OS << " Value:" << LF
[all...]
/external/icu4c/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) {
/external/icu4c/tools/genrb/
H A Dread.c34 #define LF 0x000A macro
183 if(c == CR || c == LF){
196 if(c == CR || c == LF){
/external/apache-http/src/org/apache/http/impl/io/
H A DChunkedInputStream.java213 if ((cr != HTTP.CR) || (lf != HTTP.LF)) {
H A DAbstractSessionInputBuffer.java157 if (this.buffer[i] == HTTP.LF) {
172 // attempt to find end of line (LF)
209 // discard LF if found
212 if (this.linebuffer.byteAt(l - 1) == HTTP.LF) {
H A DAbstractSessionOutputBuffer.java54 private static final byte[] CRLF = new byte[] {HTTP.CR, HTTP.LF};
/external/llvm/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);
/external/openfst/src/include/fst/
H A Dlookahead-filter.h651 typedef LookAheadComposeFilter<SF, M> LF; typedef in class:fst::DefaultLookAhead
652 typedef PushWeightsComposeFilter<LF, M> WF;
664 typedef LookAheadComposeFilter<SF, M> LF; typedef in class:fst::DefaultLookAhead
665 typedef PushWeightsComposeFilter<LF, M> WF;
677 typedef LookAheadComposeFilter<SF, M> LF; typedef in class:fst::DefaultLookAhead
678 typedef PushWeightsComposeFilter<LF, M> WF;
690 typedef LookAheadComposeFilter<SF, M> LF; typedef in class:fst::DefaultLookAhead
691 typedef PushWeightsComposeFilter<LF, M> WF;
/external/llvm/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);
/external/llvm/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);
/external/icu4c/common/
H A Duprops.h283 LF =0x000a, enumerator in enum:__anon5846
H A Dubidiimp.h127 #define LF 0x000A macro
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1007 if (Function *LF = F->Codegen()) {
1009 LF->dump();
1032 if (Function *LF = F->Codegen()) {
1034 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);

Completed in 5616 milliseconds

12