Home
last modified time | relevance | path

Searched refs:_expLength (Results 1 – 2 of 2) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/async/
DNonBlockingJsonParser.java395 _expLength = 0; in _finishTokenWithEOF()
1676 _expLength = 0; in _startFloat()
1688 _expLength = 0; in _startFloat()
1702 _expLength = expLen; in _startFloat()
1717 _expLength = expLen; in _startFloat()
1753 _expLength = 0; in _finishFloatFraction()
1766 _expLength = 0; in _finishFloatFraction()
1778 _expLength = 0; in _finishFloatExponent()
1787 int expLen = _expLength; in _finishFloatExponent()
1797 _expLength = expLen; in _finishFloatExponent()
[all …]
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserBase.java230 protected int _expLength; field in ParserBase
544 _expLength = 0; in resetInt()
554 _expLength = expLen; in resetFloat()