Home | History | Annotate | Download | only in back

Lines Matching defs:utf

1736             const char *utf;
1739 utf = JNI_FUNC_PTR(env,GetStringUTFChars)(env, valueString, NULL);
1741 value = jvmtiAllocate((int)strlen(utf) + 1);
1743 (void)strcpy(value, utf);
1745 JNI_FUNC_PTR(env,ReleaseStringUTFChars)(env, valueString, utf);