Searched defs:LF (Results 1 - 14 of 14) sorted by relevance

/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/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){
H A Dparse.c44 #define LF 0x000A macro
374 while(c != CR && c != LF) {
390 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
H A Dwrtxml.cpp280 /* Disallow C0 controls except TAB, CR, LF*/
354 #define LF 0x000D macro
372 case LF:
/external/llvm/lib/MC/
H A DMCAssembler.cpp467 MCLEBFragment &LF = cast<MCLEBFragment>(F); local
468 OW->WriteBytes(LF.getContents().str());
718 bool MCAssembler::RelaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { argument
720 uint64_t OldSize = LF.getContents().size();
721 bool IsAbs = LF.getValue().EvaluateAsAbsolute(Value, Layout);
724 SmallString<8> &Data = LF.getContents();
727 if (LF.isSigned())
732 return OldSize != LF.getContents().size();
923 const MCLEBFragment *LF = cast<MCLEBFragment>(this); local
925 OS << " Value:" << LF
[all...]
/external/quake/quake/src/QW/gas2masm/
H A Dgas2masm.c30 #define LF 0x0A macro
/external/quake/quake/src/WinQuake/gas2masm/
H A Dgas2masm.c30 #define LF 0x0A macro
/external/icu4c/common/
H A Dubidiimp.h127 #define LF 0x000A macro
H A Ducnvisci.c49 #define LF 0x0A macro
917 /* Write the language code following LF only if LF is not the last character. */
918 if (args->converter->fromUnicodeStatus == LF) {
H A Duprops.h283 LF =0x000a, enumerator in enum:__anon4752
H A Ducnv2022.c82 #define LF 0x0A macro
1942 if(sourceChar == CR || sourceChar == LF) {
2141 case LF:
2970 if(sourceChar == CR || sourceChar == LF) {
3321 case LF:
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArraysTest.java1821 public void test_hashCode$LF() {
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1432 const LSRFixup &LF,
1435 Value *Expand(const LSRFixup &LF,
1440 void RewriteForPHI(PHINode *PN, const LSRFixup &LF,
1445 void Rewrite(const LSRFixup &LF,
2097 LSRFixup &LF = getNewFixup(); local
2098 LF.UserInst = UI->getUser();
2099 LF.OperandValToReplace = UI->getOperandValToReplace();
2100 LF.PostIncLoops = UI->getPostIncLoops();
2104 if (isAddressUse(LF.UserInst, LF
2279 LSRFixup &LF = getNewFixup(); local
3438 AdjustInsertPositionForExpand(BasicBlock::iterator IP, const LSRFixup &LF, const LSRUse &LU) const argument
3493 Expand(const LSRFixup &LF, const Formula &F, BasicBlock::iterator IP, SCEVExpander &Rewriter, SmallVectorImpl<WeakVH> &DeadInsts) const argument
3663 RewriteForPHI(PHINode *PN, const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakVH> &DeadInsts, Pass *P) const argument
3733 Rewrite(const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakVH> &DeadInsts, Pass *P) const argument
[all...]

Completed in 263 milliseconds