Home
last modified time | relevance | path

Searched defs:old_c (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/native/
H A Djava_lang_String.cc97 static jstring String_doReplace(JNIEnv* env, jobject java_this, jchar old_c, jchar new_c) { in String_doReplace()
/aosp12/art/runtime/mirror/
H A Dstring.cc72 ObjPtr<String> String::DoReplace(Thread* self, Handle<String> src, uint16_t old_c, uint16_t new_c) { in DoReplace()
/aosp12/system/tools/aidl/
H A Daidl_checkapi.cpp145 for (const auto& old_c : older.GetConstantDeclarations()) { in are_compatible_constants() local
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc1316 jchar old_c = shadow_frame->GetVReg(arg_offset + 1); in UnstartedStringDoReplace() local