Home | History | Annotate | Download | only in graphics

Lines Matching refs:GetCharArrayElements

748         jchar* textArray = env->GetCharArrayElements(text, NULL);
850 jchar* chars = env->GetCharArrayElements(text, NULL);
872 jchar* textArray = text ? env->GetCharArrayElements(text, NULL) : NULL;
930 jchar* textArray = env->GetCharArrayElements(text, NULL);