Searched defs:inputString (Results 1 – 8 of 8) sorted by relevance
82 public byte[] decodeBuffer(java.lang.String inputString) throws java.io.IOException { in decodeBuffer()90 public java.nio.ByteBuffer decodeBufferToByteBuffer(java.lang.String inputString) in decodeBufferToByteBuffer()
794 String inputString = "blahblahblah??"; in test_getBytesRead() local822 String inputString = "blahblahblah??"; in test_getBytesWritten() local884 String inputString = "blah string contains blahblahblahblah and blah"; in testSetDictionary$B() local1012 String inputString = "blah string contains blahblahblahblah and blah"; in testSetDictionary$BII() local
1076 String inputString = "blahblahblah??"; in test_getBytesRead() local1103 String inputString = "blahblahblah??"; in test_getBytesWritten() local
386 String inputString = "YWJjZWZnaGk="; in testDecoder_decodeArrayToArray() local391 assertRoundTrip(Base64.getEncoder(), decoder, inputString, decodedBytes); in testDecoder_decodeArrayToArray() local426 String inputString = "YWJjZWZnaGk="; in testDecoder_decodeByteBuffer() local462 String inputString = "AAAA AAAA"; in testDecoder_decodeByteBuffer_invalidData() local
210 public ByteBuffer decodeBufferToByteBuffer(String inputString) in decodeBufferToByteBuffer()
43 String inputString = "blahblahblah??"; in simpleTest() local
487 String inputString = "0x" + part + "." + part + "0123456789abcdefp" + part; in test_parseFloat_LString_NormalPositiveExponent() local536 String inputString = "0x" + part + "." + part + "0123456789abcdefp-" + part; in test_parseFloat_LString_NormalNegativeExponent() local
782 String inputString = "0x" + part + "." + part + "0123456789abcdefp" + part; in test_parseDouble_LString_NormalPositiveExponent() local843 String inputString = "0x" + part + "." + part + "0123456789abcdefp-" + part; in test_parseDouble_LString_NormalNegativeExponent() local