/external/apache-http/src/org/apache/http/message/ |
D | BasicLineParser.java | 142 int indexFrom = cursor.getPos(); in parseProtocolVersion() 147 int i = cursor.getPos(); in parseProtocolVersion() 233 int index = cursor.getPos(); in hasProtocolVersion() 312 int indexFrom = cursor.getPos(); in parseRequestLine() 317 int i = cursor.getPos(); in parseRequestLine() 328 i = cursor.getPos(); in parseRequestLine() 404 int indexFrom = cursor.getPos(); in parseStatusLine() 413 int i = cursor.getPos(); in parseStatusLine() 495 int pos = cursor.getPos(); in skipWhitespace()
|
D | BasicHeaderValueParser.java | 177 char ch = buffer.charAt(cursor.getPos() - 1); in parseHeaderElement() 240 int pos = cursor.getPos(); in parseParameters() 260 char ch = buffer.charAt(cursor.getPos() - 1); in parseParameters() 328 int pos = cursor.getPos(); in parseNameValuePair() 329 int indexFrom = cursor.getPos(); in parseNameValuePair()
|
/external/icu4c/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/webkit/Source/JavaScriptCore/yarr/ |
D | YarrInterpreter.cpp | 226 unsigned getPos() in getPos() function in JSC::Yarr::Interpreter::InputStream 522 backTrack->begin = input.getPos(); in matchBackReference() 541 backTrack->begin = input.getPos(); in matchBackReference() 632 backTrack->begin = input.getPos(); in matchParenthesesOnceBegin() 646 output[(subpatternId << 1)] = input.getPos() + term.inputPosition; in matchParenthesesOnceBegin() 659 output[(subpatternId << 1) + 1] = input.getPos() + term.inputPosition; in matchParenthesesOnceEnd() 666 return backTrack->begin != input.getPos(); in matchParenthesesOnceEnd() 713 backTrack->begin = input.getPos(); in backtrackParenthesesOnceEnd() 721 output[subpatternId << 1] = input.getPos() + term.inputPosition; in backtrackParenthesesOnceEnd() 741 backTrack->begin = input.getPos(); in matchParenthesesTerminalBegin() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | EOF.java | 25 return new EOF(getLine(), getPos()); in clone()
|
D | TPercent.java | 25 return new TPercent(getLine(), getPos()); in clone()
|
D | TPlus.java | 25 return new TPlus(getLine(), getPos()); in clone()
|
D | TAssignment.java | 25 return new TAssignment(getLine(), getPos()); in clone()
|
D | TWith.java | 25 return new TWith(getLine(), getPos()); in clone()
|
D | TLt.java | 25 return new TLt(getLine(), getPos()); in clone()
|
D | TAutoescape.java | 25 return new TAutoescape(getLine(), getPos()); in clone()
|
D | TIf.java | 25 return new TIf(getLine(), getPos()); in clone()
|
D | TEvar.java | 25 return new TEvar(getLine(), getPos()); in clone()
|
D | TQuestion.java | 25 return new TQuestion(getLine(), getPos()); in clone()
|
D | TMinus.java | 25 return new TMinus(getLine(), getPos()); in clone()
|
D | TLte.java | 25 return new TLte(getLine(), getPos()); in clone()
|
D | TEach.java | 25 return new TEach(getLine(), getPos()); in clone()
|
D | TContentType.java | 25 return new TContentType(getLine(), getPos()); in clone()
|
D | TName.java | 25 return new TName(getLine(), getPos()); in clone()
|
D | TVar.java | 25 return new TVar(getLine(), getPos()); in clone()
|
D | TDef.java | 25 return new TDef(getLine(), getPos()); in clone()
|
D | TGte.java | 25 return new TGte(getLine(), getPos()); in clone()
|
D | TSet.java | 25 return new TSet(getLine(), getPos()); in clone()
|