Searched refs:ScopedStringChars (Results 1 – 6 of 6) sorted by relevance
/libcore/include/ |
D | ScopedStringChars.h | 23 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/ |
D | libcore_icu_NativeCollation.cpp | 40 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()
|
D | libcore_icu_NativeIDN.cpp | 36 ScopedStringChars src(env, javaSrc); in NativeIDN_convertImpl()
|
D | libcore_icu_NativeDecimalFormat.cpp | 140 ScopedStringChars value(env, javaValue); in NativeDecimalFormat_setSymbol() 161 ScopedStringChars value(env, javaValue); in NativeDecimalFormat_setTextAttribute()
|
D | libcore_icu_NativeConverter.cpp | 521 ScopedStringChars replacement(env, javaReplacement); in NativeConverter_setCallbackDecode()
|
D | org_apache_harmony_xml_ExpatParser.cpp | 1051 ScopedStringChars xml(env, javaXml); in ExpatParser_appendString()
|