MCPcopy Create free account
hub / github.com/buggins/coolreader / toJavaString

Method toJavaString

android/jni/cr3java.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16jstring CRJNIEnv::toJavaString( const lString16 & str )
17{
18 return env->NewStringUTF(UnicodeToUtf8(str).c_str());
19}
20
21void CRJNIEnv::fromJavaStringArray( jobjectArray array, lString16Collection & dst )
22{

Callers 6

OnLoadFileStartMethod · 0.80
OnLoadFileErrorMethod · 0.80
OnExternalLinkMethod · 0.80
setMethod · 0.80
setMethod · 0.80

Calls 2

UnicodeToUtf8Function · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected