Home
last modified time | relevance | path

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

/external/llvm-libc/src/stdio/printf_core/
Dwriter.h95 LIBC_INLINE int write(cpp::string_view new_string) { in write()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Druby_generator_string-inl.h91 std::string new_string = ""; in Modularize() local
/external/grpc-grpc/src/compiler/
Druby_generator_string-inl.h91 std::string new_string = ""; in Modularize() local
/external/ltp/testcases/kernel/fs/inode/
Dinode01.c308 char new_string[PATH_STRING_LENGTH + 1]; in generate() local
Dinode02.c405 char new_string[PATH_STRING_LENGTH + 1]; in generate() local
/external/cronet/net/cookies/
Dcookie_store_test_helpers.cc207 std::string new_string = format_string; in Format() local
/external/oj-libjdwp/src/share/back/
DinStream.c385 char *new_string; in inStream_readString() local
DoutStream.c316 char *new_string; in outStream_writeString() local
/external/python/cpython2/Parser/
Dtokenizer.c134 new_string(const char *s, Py_ssize_t len) in new_string() function
/external/dng_sdk/source/
Ddng_string.cpp1617 const char *new_string, in Replace()
/external/python/cpython3/Parser/
Dtokenizer.c96 new_string(const char *s, Py_ssize_t len, struct tok_state *tok) in new_string() function
/external/rust/crates/jni/0.20.0/src/wrapper/
Djnienv.rs1174 pub fn new_string<S: Into<JNIString>>(&self, from: S) -> Result<JString<'a>> { in new_string() method
/external/mesa3d/src/util/
Dparson.c1074 char *new_string = get_quoted_string(string, &new_string_len); in parse_string_value() local
/external/rust/crates/jni/src/wrapper/
Djnienv.rs1645 pub fn new_string<S: Into<JNIString>>(&self, from: S) -> Result<JString<'local>> { in new_string() method