Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc163 static void RepeatCharacters(ObjPtr<String> new_string, Handle<String> h_this, int32_t count) in RepeatCharacters() function
202 RepeatCharacters<uint8_t>(new_string, h_this, count); in DoRepeat()
204 RepeatCharacters<uint16_t>(new_string, h_this, count); in DoRepeat()