Home
last modified time | relevance | path

Searched defs:GetStringLength (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file-inl.h42 inline int32_t DexFile::GetStringLength(const dex::StringId& string_id) const { in GetStringLength() function
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h371 jsize (*GetStringLength)(JNIEnv*, jstring); member
830 jsize GetStringLength(jstring string) in GetStringLength() function
/aosp12/libnativehelper/include_jni/
H A Djni.h371 jsize (*GetStringLength)(JNIEnv*, jstring); member
830 jsize GetStringLength(jstring string) in GetStringLength() function
/aosp12/art/runtime/jni/
H A Dcheck_jni.cc2465 static jsize GetStringLength(JNIEnv* env, jstring string) { in GetStringLength() function in art::__anone2f7feb60110::CheckJNI
H A Djni_internal.cc1972 static jsize GetStringLength(JNIEnv* env, jstring java_string) { in GetStringLength() function in art::JNI