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

  /art/runtime/
jvalue.h 44 void SetC(uint16_t new_c) {
45 j = static_cast<int64_t>(new_c); // Zero-extend to 64 bits.
  /art/runtime/mirror/
string.cc 95 ObjPtr<String> String::DoReplace(Thread* self, Handle<String> src, uint16_t old_c, uint16_t new_c) {
102 IsASCII(new_c) &&
112 auto replace = [old_c, new_c](uint16_t c) {
113 return dchecked_integral_cast<uint8_t>((old_c != c) ? c : new_c);
123 auto replace = [old_c, new_c](uint16_t c) {
124 return (old_c != c) ? c : new_c;
string.h 96 // Create a new string where all occurences of `old_c` are replaced with `new_c`.
98 static ObjPtr<String> DoReplace(Thread* self, Handle<String> src, uint16_t old_c, uint16_t new_c)
  /art/runtime/native/
java_lang_String.cc 105 static jstring String_doReplace(JNIEnv* env, jobject java_this, jchar old_c, jchar new_c) {
109 ObjPtr<mirror::String> result = mirror::String::DoReplace(soa.Self(), string, old_c, new_c);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookielib.py     [all...]
  /external/python/cpython2/Lib/test/
test_cookielib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookielib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 1289 jchar new_c = shadow_frame->GetVReg(arg_offset + 2); local
    [all...]

Completed in 1541 milliseconds