Home | History | Annotate | Download | only in native

Lines Matching refs:utflen

367 	jsize utflen = (*env)->GetStringUTFLength(env, src);
370 dest->result = dest->tofree = malloc(utflen + 1);
381 dest->result[utflen] = '\0';