/external/apache-http/src/org/apache/http/message/ |
D | BasicLineParser.java | 147 int indexFrom = cursor.getPos(); in parseProtocolVersion() 152 int i = cursor.getPos(); in parseProtocolVersion() 238 int index = cursor.getPos(); in hasProtocolVersion() 317 int indexFrom = cursor.getPos(); in parseRequestLine() 322 int i = cursor.getPos(); in parseRequestLine() 333 i = cursor.getPos(); in parseRequestLine() 409 int indexFrom = cursor.getPos(); in parseStatusLine() 418 int i = cursor.getPos(); in parseStatusLine() 500 int pos = cursor.getPos(); in skipWhitespace()
|
D | BasicHeaderValueParser.java | 182 char ch = buffer.charAt(cursor.getPos() - 1); in parseHeaderElement() 245 int pos = cursor.getPos(); in parseParameters() 265 char ch = buffer.charAt(cursor.getPos() - 1); in parseParameters() 333 int pos = cursor.getPos(); in parseNameValuePair() 334 int indexFrom = cursor.getPos(); in parseNameValuePair()
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 612 if (ruleText.charAt(0) == gSpace && sub1->getPos() != 0) { in _appendRuleText() 623 ruleTextCopy.insert(sub2->getPos(), temp); in _appendRuleText() 625 ruleTextCopy.insert(sub1->getPos(), temp); in _appendRuleText() 771 prefix.setTo(ruleText, 0, sub1->getPos()); in doParse() 790 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos()); in doParse() 793 if (pp.getIndex() == 0 && sub1->getPos() != 0) { in doParse() 843 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos()); in doParse() 863 temp.setTo(ruleText, sub2->getPos(), ruleText.length() - sub2->getPos()); in doParse() 880 int32_t temp = pp2.getErrorIndex() + sub1->getPos() + pp.getIndex(); in doParse() 889 int32_t temp = sub1->getPos() + pp.getErrorIndex(); in doParse() [all …]
|
D | nfsubs.cpp | 909 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution() 935 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution() 1102 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1107 getRuleSet()->format(digit, toInsertInto, _pos + getPos()); in doSubstitution() 1113 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos()); in doSubstitution() 1245 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1246 aruleSet->format((int64_t)0, toInsertInto, apos + getPos()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1254 aruleSet->format(longNF, toInsertInto, apos + getPos()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1261 aruleSet->format(numberToFormat, toInsertInto, apos + getPos()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1266 toInsertInto.insert(apos + getPos(), temp); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | nfrule.cpp | 611 if (ruleText.charAt(0) == gSpace && sub1->getPos() != 0) { in _appendRuleText() 622 ruleTextCopy.insert(sub2->getPos(), temp); in _appendRuleText() 624 ruleTextCopy.insert(sub1->getPos(), temp); in _appendRuleText() 770 prefix.setTo(ruleText, 0, sub1->getPos()); in doParse() 789 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos()); in doParse() 792 if (pp.getIndex() == 0 && sub1->getPos() != 0) { in doParse() 842 temp.setTo(ruleText, sub1->getPos(), sub2->getPos() - sub1->getPos()); in doParse() 862 temp.setTo(ruleText, sub2->getPos(), ruleText.length() - sub2->getPos()); in doParse() 879 int32_t temp = pp2.getErrorIndex() + sub1->getPos() + pp.getIndex(); in doParse() 888 int32_t temp = sub1->getPos() + pp.getErrorIndex(); in doParse() [all …]
|
D | nfsubs.cpp | 909 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution() 935 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution() 1102 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1107 getRuleSet()->format(digit, toInsertInto, _pos + getPos()); in doSubstitution() 1113 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos()); in doSubstitution() 1245 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1246 aruleSet->format((int64_t)0, toInsertInto, apos + getPos()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1254 aruleSet->format(longNF, toInsertInto, apos + getPos()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1261 aruleSet->format(numberToFormat, toInsertInto, apos + getPos()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1266 toInsertInto.insert(apos + getPos(), temp); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFileWriter.java | 387 startPos = output.getPos(); in begin() 451 output.writeInt(startPos + 10, output.getPos() - startPos - 14); // code_length in codeEnd() 452 catchPos = output.getPos(); in codeEnd() 502 output.writeInt(startPos + 2, output.getPos() - startPos - 6); in end() 527 startPos = out.getPos(); in ConstPoolWriter()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | EOF.java | 25 return new EOF(getLine(), getPos()); in clone()
|
D | TAlt.java | 25 return new TAlt(getLine(), getPos()); in clone()
|
D | TContentType.java | 25 return new TContentType(getLine(), getPos()); in clone()
|
D | TLvar.java | 25 return new TLvar(getLine(), getPos()); in clone()
|
D | TDollar.java | 25 return new TDollar(getLine(), getPos()); in clone()
|
D | TComma.java | 25 return new TComma(getLine(), getPos()); in clone()
|
D | TBracketClose.java | 25 return new TBracketClose(getLine(), getPos()); in clone()
|
D | TEach.java | 25 return new TEach(getLine(), getPos()); in clone()
|
D | TGt.java | 25 return new TGt(getLine(), getPos()); in clone()
|
D | TQuestion.java | 25 return new TQuestion(getLine(), getPos()); in clone()
|
D | TLoop.java | 25 return new TLoop(getLine(), getPos()); in clone()
|
D | TElse.java | 25 return new TElse(getLine(), getPos()); in clone()
|
D | TNe.java | 25 return new TNe(getLine(), getPos()); in clone()
|
D | TDef.java | 25 return new TDef(getLine(), getPos()); in clone()
|
D | TOr.java | 25 return new TOr(getLine(), getPos()); in clone()
|
D | TLinclude.java | 25 return new TLinclude(getLine(), getPos()); in clone()
|
D | TSlash.java | 25 return new TSlash(getLine(), getPos()); in clone()
|
D | TAutoescape.java | 25 return new TAutoescape(getLine(), getPos()); in clone()
|