Home
last modified time | relevance | path

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

12345

/external/apache-http/src/org/apache/http/message/
DBasicLineParser.java147 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()
DBasicHeaderValueParser.java182 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/android_icu4j/src/main/java/android/icu/text/
DNFRule.java681 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString()
689 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString()
692 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString()
769 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
772 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
820 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
823 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
917 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse()
918 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java680 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString()
688 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString()
691 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString()
768 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
771 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
819 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
822 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
916 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse()
917 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse()
/external/flatbuffers/samples/
DSampleBinary.php87 $success &= assert($monster->getPos()->getX() == 1.0);
88 $success &= assert($monster->getPos()->getY() == 2.0);
89 $success &= assert($monster->getPos()->getZ() == 3.0);
/external/icu/icu4c/source/i18n/
Dnfsubs.cpp885 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
911 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1078 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution()
1083 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1089 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1221 toInsertInto.insert(apos + getPos(), gSpace); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1222 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1230 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1237 aruleSet->format(numberToFormat, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1241 toInsertInto.insert(apos + getPos(), temp); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dnfrule.cpp693 if (ruleText.charAt(0) == gSpace && (sub1 == NULL || sub1->getPos() != 0)) { in _appendRuleText()
705 ruleTextCopy.insert(sub2->getPos(), temp); in _appendRuleText()
709 ruleTextCopy.insert(sub1->getPos(), temp); in _appendRuleText()
767 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
770 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
821 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
824 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
910 int32_t sub1Pos = sub1 != NULL ? sub1->getPos() : ruleText.length(); in doParse()
911 int32_t sub2Pos = sub2 != NULL ? sub2->getPos() : ruleText.length(); in doParse()
/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/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMADecoder.java53 int posState = lz.getPos() & posMask; in decode()
150 int i = getSubcoderIndex(lz.getByte(0), lz.getPos()); in decode()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DEOF.java25 return new EOF(getLine(), getPos()); in clone()
DTDollar.java25 return new TDollar(getLine(), getPos()); in clone()
DTOr.java25 return new TOr(getLine(), getPos()); in clone()
DTSet.java25 return new TSet(getLine(), getPos()); in clone()
DTGt.java25 return new TGt(getLine(), getPos()); in clone()
DTQuestion.java25 return new TQuestion(getLine(), getPos()); in clone()
DTLvar.java25 return new TLvar(getLine(), getPos()); in clone()
DTComma.java25 return new TComma(getLine(), getPos()); in clone()
DTBracketOpen.java25 return new TBracketOpen(getLine(), getPos()); in clone()
DTAutoescape.java25 return new TAutoescape(getLine(), getPos()); in clone()
DTPlus.java25 return new TPlus(getLine(), getPos()); in clone()
DTDef.java25 return new TDef(getLine(), getPos()); in clone()
DTLoop.java25 return new TLoop(getLine(), getPos()); in clone()
DTGte.java25 return new TGte(getLine(), getPos()); in clone()
DTLte.java25 return new TLte(getLine(), getPos()); in clone()
DTDot.java25 return new TDot(getLine(), getPos()); in clone()

12345