Searched refs:nextTo (Results 1 – 11 of 11) sorted by relevance
86 o.put("name", x.nextTo('=')); in toJSONObject()88 o.put("value", x.nextTo(';')); in toJSONObject()91 n = unescape(x.nextTo("=;")); in toJSONObject()99 v = unescape(x.nextTo(';')); in toJSONObject()
83 o.put("Reason-Phrase", x.nextTo('\0')); in toJSONObject()98 String name = x.nextTo(':'); in toJSONObject()100 o.put(name, x.nextTo('\0')); in toJSONObject()
53 String name = Cookie.unescape(x.nextTo('=')); in toJSONObject()55 o.put(name, Cookie.unescape(x.nextTo(';'))); in toJSONObject()
289 public String nextTo(char d) throws JSONException { in nextTo() method in JSONTokener310 public String nextTo(String delimiters) throws JSONException { in nextTo() method in JSONTokener
71 return x.nextTo(','); in getValue()
67 Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); } in nextTo() function
81 …; next; next = (direction == TraversalDirectionForward ? insertionPoint->nextTo(next) : insertionP… in traverseDistributedNodes()99 …istributedNodes(direction == TraversalDirectionForward ? insertionPoint->nextTo(node) : insertionP… in traverseSiblingOrBackToInsertionPoint()
58 Node* nextTo(const Node*) const;
58 Node* ContentDistribution::nextTo(const Node* node) const in nextTo() function in blink::ContentDistribution
3284 SkOpAngle* nextTo = fTs[index].fToAngle; in inLoop() local3285 if (from != nextFrom || to != nextTo) { in inLoop()4041 SkOpAngle* nextFrom, * nextTo; in sortAngles() local4077 nextTo = fTs[index].fToAngle; in sortAngles()4078 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()4088 nextTo = fTs[index].fToAngle; in sortAngles()4089 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()
3368 SkOpAngle* nextTo = fTs[index].fToAngle; in inLoop() local3369 if (from != nextFrom || to != nextTo) { in inLoop()4150 SkOpAngle* nextFrom, * nextTo; in sortAngles() local4186 nextTo = fTs[index].fToAngle; in sortAngles()4187 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()4197 nextTo = fTs[index].fToAngle; in sortAngles()4198 } while (fromAngle == nextFrom && toAngle == nextTo); in sortAngles()