Home
last modified time | relevance | path

Searched refs:nextIntValue (Results 1 – 7 of 7) sorted by relevance

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNextXxxAccessTest.java362 assertEquals(0, p.nextIntValue(0)); in _textNextInt()
364 assertEquals(0, p.nextIntValue(0)); in _textNextInt()
368 assertEquals(0, p.nextIntValue(0)); in _textNextInt()
373 assertEquals(5, p.nextIntValue(0)); in _textNextInt()
377 assertEquals(0, p.nextIntValue(0)); in _textNextInt()
379 assertEquals(0, p.nextIntValue(0)); in _textNextInt()
381 assertEquals(456, p.nextIntValue(0)); in _textNextInt()
383 assertEquals(0, p.nextIntValue(0)); in _textNextInt()
385 assertEquals(0, p.nextIntValue(0)); in _textNextInt()
388 assertEquals(0, p.nextIntValue(0)); in _textNextInt()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DTestRootValues.java220 assertEquals(12345, parser.nextIntValue(0)); in testRootOffsetIssue516Bytes()
238 assertEquals(12345, parser.nextIntValue(0)); in testRootOffsetIssue516Chars()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
DArrayGenerationTest.java151 assertEquals(i, p.nextIntValue(-1)); in _testIntArray()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonParser.java920 public int nextIntValue(int defaultValue) throws IOException { in nextIntValue() method in JsonParser
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DUTF8DataInputJsonParser.java909 public int nextIntValue(int defaultValue) throws IOException in nextIntValue() method in UTF8DataInputJsonParser
DReaderBasedJsonParser.java1202 public final int nextIntValue(int defaultValue) throws IOException in nextIntValue() method in ReaderBasedJsonParser
DUTF8StreamJsonParser.java1290 public int nextIntValue(int defaultValue) throws IOException in nextIntValue() method in UTF8StreamJsonParser