Home
last modified time | relevance | path

Searched refs:ScopedStringChars (Results 1 – 6 of 6) sorted by relevance

/libcore/include/
DScopedStringChars.h23 class ScopedStringChars {
25 ScopedStringChars(JNIEnv* env, jstring s) : mEnv(env), mString(s), mSize(0) { in ScopedStringChars() function
32 ~ScopedStringChars() { in ~ScopedStringChars()
47 ScopedStringChars(const ScopedStringChars&);
48 void operator=(const ScopedStringChars&);
/libcore/luni/src/main/native/
Dlibcore_icu_NativeCollation.cpp40 ScopedStringChars lhs(env, javaLhs); in NativeCollation_compare()
44 ScopedStringChars rhs(env, javaRhs); in NativeCollation_compare()
59 ScopedStringChars source(env, javaSource); in NativeCollation_getCollationElementIterator()
84 ScopedStringChars source(env, javaSource); in NativeCollation_getSortKey()
126 ScopedStringChars rules(env, javaRules); in NativeCollation_openCollatorFromRules()
169 ScopedStringChars source(env, javaSource); in NativeCollation_setText()
Dlibcore_icu_NativeIDN.cpp36 ScopedStringChars src(env, javaSrc); in NativeIDN_convertImpl()
Dlibcore_icu_NativeDecimalFormat.cpp140 ScopedStringChars value(env, javaValue); in NativeDecimalFormat_setSymbol()
161 ScopedStringChars value(env, javaValue); in NativeDecimalFormat_setTextAttribute()
Dlibcore_icu_NativeConverter.cpp521 ScopedStringChars replacement(env, javaReplacement); in NativeConverter_setCallbackDecode()
Dorg_apache_harmony_xml_ExpatParser.cpp1051 ScopedStringChars xml(env, javaXml); in ExpatParser_appendString()