Home
last modified time | relevance | path

Searched refs:getPos (Results 1 – 25 of 85) sorted by relevance

1234

/external/apache-http/src/org/apache/http/message/
DBasicLineParser.java142 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()
DBasicHeaderValueParser.java177 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/
Dnfrule.cpp611 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 …]
Dnfsubs.cpp909 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/
DClassFileWriter.java387 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/
DYarrInterpreter.cpp226 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/
DEOF.java25 return new EOF(getLine(), getPos()); in clone()
DTPercent.java25 return new TPercent(getLine(), getPos()); in clone()
DTPlus.java25 return new TPlus(getLine(), getPos()); in clone()
DTAssignment.java25 return new TAssignment(getLine(), getPos()); in clone()
DTWith.java25 return new TWith(getLine(), getPos()); in clone()
DTLt.java25 return new TLt(getLine(), getPos()); in clone()
DTAutoescape.java25 return new TAutoescape(getLine(), getPos()); in clone()
DTIf.java25 return new TIf(getLine(), getPos()); in clone()
DTEvar.java25 return new TEvar(getLine(), getPos()); in clone()
DTQuestion.java25 return new TQuestion(getLine(), getPos()); in clone()
DTMinus.java25 return new TMinus(getLine(), getPos()); in clone()
DTLte.java25 return new TLte(getLine(), getPos()); in clone()
DTEach.java25 return new TEach(getLine(), getPos()); in clone()
DTContentType.java25 return new TContentType(getLine(), getPos()); in clone()
DTName.java25 return new TName(getLine(), getPos()); in clone()
DTVar.java25 return new TVar(getLine(), getPos()); in clone()
DTDef.java25 return new TDef(getLine(), getPos()); in clone()
DTGte.java25 return new TGte(getLine(), getPos()); in clone()
DTSet.java25 return new TSet(getLine(), getPos()); in clone()

1234