Home
last modified time | relevance | path

Searched defs:s (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/include/nativehelper/
DScopedUtfChars.h34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars()
DScopedStringChars.h33 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars()
Djni.h114 jshort s; member