Home
last modified time | relevance | path

Searched defs:new_string (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dstring_builder_append.cc51 static size_t RemainingSpace(ObjPtr<mirror::String> new_string, const uint8_t* data) in RemainingSpace()
58 static size_t RemainingSpace(ObjPtr<mirror::String> new_string, const uint16_t* data) in RemainingSpace()
164 inline CharType* StringBuilderAppend::Builder::AppendFpArg(ObjPtr<mirror::String> new_string, in AppendFpArg()
176 inline CharType* StringBuilderAppend::Builder::AppendLiteral(ObjPtr<mirror::String> new_string, in AppendLiteral()
193 inline CharType* StringBuilderAppend::Builder::AppendString(ObjPtr<mirror::String> new_string, in AppendString()
214 inline CharType* StringBuilderAppend::Builder::AppendInt64(ObjPtr<mirror::String> new_string, in AppendInt64()
423 inline void StringBuilderAppend::Builder::StoreData(ObjPtr<mirror::String> new_string, in StoreData()
495 ObjPtr<mirror::String> new_string = ObjPtr<mirror::String>::DownCast(obj); in operator ()() local
/aosp_15_r20/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator_test.cpp33 std::unique_ptr<StyledString> new_string = PseudolocalizeStyledString( in TEST() local
80 std::unique_ptr<StyledString> new_string = PseudolocalizeStyledString( in TEST() local
102 std::unique_ptr<StyledString> new_string = PseudolocalizeStyledString( in TEST() local
125 std::unique_ptr<StyledString> new_string = PseudolocalizeStyledString( in TEST() local
166 std::unique_ptr<StyledString> new_string = in TEST() local
300 String* new_string = test::GetValueForConfig<String>(table.get(), "android:string/bar", in TEST() local
H A DPseudolocaleGenerator.cpp135 std::string new_string = localizer.Start(); in PseudolocalizeStyledString() local
358 android::StyleString new_string; in Visit() local
/aosp_15_r20/art/runtime/mirror/
H A Dstring.cc95 ObjPtr<String> new_string = obj->AsString(); in DoReplace() local
134 ObjPtr<String> new_string = obj->AsString(); in DoConcat() local
163 static void RepeatCharacters(ObjPtr<String> new_string, Handle<String> h_this, int32_t count) in RepeatCharacters()
199 ObjPtr<String> new_string = obj->AsString(); in DoRepeat() local
222 ObjPtr<String> new_string = obj->AsString(); in AllocFromUtf16() local
259 ObjPtr<String> new_string = obj->AsString(); in AllocFromModifiedUtf8() local
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dallocator.cc28 char* new_string = (char*)malloc(size); in osi_strdup() local
45 char* new_string = (char*)malloc(size + 1); in osi_strndup() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dident.rs16 pub(crate) fn new_string(s: String) -> Self { in new_string() method
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dlexer.l48 static void new_string(void) in new_string() function
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Druby_generator_string-inl.h91 std::string new_string = ""; in Modularize() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Druby_generator_string-inl.h91 std::string new_string = ""; in Modularize() local
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Templates/
DTestDriver.cxx.in49 char *new_string; local
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/
H A Dwriter.h120 LIBC_INLINE int write(cpp::string_view new_string) { in write()
/aosp_15_r20/external/ltp/testcases/kernel/fs/inode/
H A Dinode01.c308 char new_string[PATH_STRING_LENGTH + 1]; in generate() local
H A Dinode02.c405 char new_string[PATH_STRING_LENGTH + 1]; in generate() local
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_store_test_helpers.cc207 std::string new_string = format_string; in Format() local
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DinStream.c385 char *new_string; in inStream_readString() local
H A DoutStream.c316 char *new_string; in outStream_writeString() local
/aosp_15_r20/external/python/cpython2/Parser/
Dtokenizer.c134 new_string(const char *s, Py_ssize_t len) in new_string() function
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_string.cpp1617 const char *new_string, in Replace()
/aosp_15_r20/external/python/cpython3/Parser/
Dtokenizer.c96 new_string(const char *s, Py_ssize_t len, struct tok_state *tok) in new_string() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs1174 pub fn new_string<S: Into<JNIString>>(&self, from: S) -> Result<JString<'a>> { in new_string() method
/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.c1074 char *new_string = get_quoted_string(string, &new_string_len); in parse_string_value() local
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs1645 pub fn new_string<S: Into<JNIString>>(&self, from: S) -> Result<JString<'local>> { in new_string() method