MCPcopy Index your code
hub / github.com/java-native-access/jna / setWideString

Method setWideString

src/com/sun/jna/Memory.java:734–738  ·  view source on GitHub ↗
(long offset, String value)

Source from the content-addressed store, hash-verified

732 }
733
734 @Override
735 public void setWideString(long offset, String value) {
736 boundsCheck(offset, (value.length() + 1L) * Native.WCHAR_SIZE);
737 super.setWideString(offset, value);
738 }
739
740 @Override
741 public String toString() {

Callers 15

testPokeMethod · 0.95
onRequestMethod · 0.95
onAdvreqMethod · 0.95
testMemoryHandlingMethod · 0.95
testCryptSignMessageMethod · 0.95
testEnumResourceNamesMethod · 0.95
executeMethod · 0.95
setValueMethod · 0.95

Calls 2

boundsCheckMethod · 0.95
lengthMethod · 0.45

Tested by 10

testPokeMethod · 0.76
onRequestMethod · 0.76
onAdvreqMethod · 0.76
testMemoryHandlingMethod · 0.76
testCryptSignMessageMethod · 0.76
testEnumResourceNamesMethod · 0.76
testGCMethod · 0.76