HomeSort by relevance Sort by last modified time
    Searched refs:DoReplace (Results 1 - 4 of 4) sorted by null

  /art/runtime/native/
java_lang_String.cc 102 ObjPtr<mirror::String> result = mirror::String::DoReplace(soa.Self(), string, old_c, new_c);
116 FAST_NATIVE_METHOD(String, doReplace, "(CC)Ljava/lang/String;"),
  /art/runtime/mirror/
string.h 97 // String.doReplace(char, char) is called from String.replace(char, char) when there is a match.
98 static ObjPtr<String> DoReplace(Thread* self, Handle<String> src, uint16_t old_c, uint16_t new_c)
string.cc 96 ObjPtr<String> String::DoReplace(Thread* self, Handle<String> src, uint16_t old_c, uint16_t new_c) {
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]

Completed in 2998 milliseconds