Searched refs:outputBytes (Results 1 – 3 of 3) sorted by relevance
1095 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1149 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1159 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1170 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1176 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1181 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1193 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1198 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1204 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1212 goto outputBytes; in _SCSUFromUnicodeWithOffsets()[all …]
679 labelType = outputBytes(source, target, offsets); in encodeLoop()1159 private int outputBytes(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in outputBytes() method in CharsetSCSU.CharsetEncoderSCSU
3437 ScopedByteArrayRW outputBytes(env, output); in NativeCrypto_RAND_bytes() local3438 if (outputBytes.get() == nullptr) { in NativeCrypto_RAND_bytes()3442 unsigned char* tmp = reinterpret_cast<unsigned char*>(outputBytes.get()); in NativeCrypto_RAND_bytes()3443 if (RAND_bytes(tmp, outputBytes.size()) <= 0) { in NativeCrypto_RAND_bytes()