Home
last modified time | relevance | path

Searched refs:javaChars (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/native/
H A Dlibcore_util_CharsetUtils.cc34 jint length, jcharArray javaChars) { in CharsetUtils_asciiBytesToChars() argument
39 ScopedCharArrayRW chars(env, javaChars); in CharsetUtils_asciiBytesToChars()
/aosp_15_r20/libcore/luni/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp437 jcharArray javaChars = parsingContext->ensureCapacity(byteLength); in fillBuffer() local
438 if (javaChars == NULL) { in fillBuffer()
443 ScopedCharArrayRW chars(env, javaChars); in fillBuffer()