MCPcopy Create free account
hub / github.com/XUANXUQAQ/File-Engine / stringToUtf8ByteArray

Function stringToUtf8ByteArray

C++/sqliteJDBC/sqliteJDBC/NativeDB.c:169–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169static jbyteArray stringToUtf8ByteArray(JNIEnv *env, jstring str)
170{
171 jobject result;
172
173 result = (*env)->CallStaticObjectMethod(env, dbclass, mth_stringToUtf8ByteArray, str);
174
175 return (jbyteArray) result;
176}
177
178static void stringToUtf8Bytes(JNIEnv *env, jstring str, char** bytes, int* nbytes)
179{

Callers 1

stringToUtf8BytesFunction · 0.85

Calls 1

Tested by

no test coverage detected