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