Home
last modified time | relevance | path

Searched defs:newStr (Results 1 – 12 of 12) sorted by relevance

/third_party/selinux/libsepol/cil/test/unit/
DCuTest.c39 char* newStr = (char*) malloc( sizeof(char) * (size) ); in CuStrAlloc() local
46 char* newStr = CuStrAlloc(len + 1); in CuStrCopy() local
/third_party/vk-gl-cts/framework/delibs/depool/
DdeMemPool.c553 char* newStr = (char*)deMemPool_alloc(pool, len+1); in deMemPool_strDup() local
569 char* newStr = (char*)deMemPool_alloc(pool, len + 1); in deMemPool_strnDup() local
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp75 UnicodeString newStr = fq.toString(); in checkDoubleBehavior() local
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dnumbertest_decimalquantity.cpp75 UnicodeString newStr = fq.toString(); in checkDoubleBehavior() local
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp652 static void GetChangedString(const UString &newStr, UString &prevStr, bool &hasChanged) in GetChangedString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java2030 public static String replace(String source, String oldStr, String newStr) { in replace()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUTF16.java1959 public static String replace(String source, String oldStr, String newStr) { in replace()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
Dheader.cpp388 std::string newStr; in escapeComment() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp388 std::string newStr; in escapeComment() local
/third_party/mindspore/mindspore-src/source/mindspore/core/load_mindir/
Dload_model.cc147 auto replace = [&](const string &orgStr, const string &newStr) { in ParserScalarAttrValue()
167 auto replace = [&](const string &orgStr, const string &newStr) { in ParserAttrShape()
/third_party/spirv-headers/tools/buildHeaders/
Dheader.cpp390 std::string newStr; in escapeComment() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp6686 std::string newStr = str; in CaptureStringLimit() local