/test/xts/acts/kernel_lite/mem_posix/src/ |
H A D | ActsMemApiTest.cpp | 94 char destStr[] = "00000000";
in HWTEST_F() local 97 LogPrint(" bcopy *src:='%s' *dest:='%s', size:='4', \n", srcStr, destStr);
in HWTEST_F() 98 bcopy(srcStr, destStr, 4);
in HWTEST_F() 99 LogPrint(" --> *dest:='%s'\n", destStr);
in HWTEST_F() 103 if (srcStr[iLoop] != destStr[iLoop]) {
in HWTEST_F() 111 << "' size:='4', --> *dest:='" << destStr << "'";
in HWTEST_F() local 121 char destStr[] = "this is string1";
in HWTEST_F() local 125 bzero(destStr, 4);
in HWTEST_F() 126 LogPrint("--> afterrun s:='%s', ", destStr);
in HWTEST_F() 130 if (destStr[iLoo in HWTEST_F() 140 << "ErrInfo: bzero *:='" << srcStr << "' size:='4', --> afterrun s:='" << destStr << "'"; HWTEST_F() local 189 char destStr[] = "000000000000000000000000"; HWTEST_F() local 197 << srcStr << "' c:=':' size:='18', --> afterrun dest:='" << destStr << "'"; HWTEST_F() local 207 char destStr[] = "000000000000000000000000"; HWTEST_F() local 215 << srcStr << "' c:=':' size:='18', --> return pt:='" << pt << "', dest:='" << destStr << "'"; HWTEST_F() local 225 char destStr[] = "00000000000000000000"; HWTEST_F() local 233 << srcStr << "' size:='16', --> return pt:='" << pt << "', dest:='" << destStr << "'"; HWTEST_F() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | TestStringPrep.java | 176 String destStr = new String(dest, "UTF-8"); in TestCSPrep() 177 if(!src.equals(destStr)){ in TestCSPrep() 179 " Got: " + prettify(destStr)); in TestCSPrep() 189 String destStr = new String(dest, "UTF-8"); in TestCSPrep() 190 if(!src.toLowerCase().equals(destStr)){ in TestCSPrep() 192 " Got: " + prettify(destStr)); in TestCSPrep() 201 String destStr = new String(dest, "UTF-8"); in TestCSPrep() 202 if(!src.equals(destStr)){ in TestCSPrep() 204 " Got: " + prettify(destStr)); in TestCSPrep()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | TestStringPrep.java | 173 String destStr = new String(dest, "UTF-8"); in TestCSPrep() 174 if(!src.equals(destStr)){ in TestCSPrep() 176 " Got: " + prettify(destStr)); in TestCSPrep() 186 String destStr = new String(dest, "UTF-8"); in TestCSPrep() 187 if(!src.toLowerCase().equals(destStr)){ in TestCSPrep() 189 " Got: " + prettify(destStr)); in TestCSPrep() 198 String destStr = new String(dest, "UTF-8"); in TestCSPrep() 199 if(!src.equals(destStr)){ in TestCSPrep() 201 " Got: " + prettify(destStr)); in TestCSPrep()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 779 UnicodeString destStr; in uspoof_getSkeleton() local 780 uspoof_getSkeletonUnicodeString(sc, type, idStr, destStr, status); in uspoof_getSkeleton() 781 destStr.extract(dest, destCapacity, *status); in uspoof_getSkeleton() 782 return destStr.length(); in uspoof_getSkeleton() 793 UnicodeString destStr; in uspoof_getBidiSkeleton() local 794 uspoof_getBidiSkeletonUnicodeString(sc, direction, idStr, destStr, status); in uspoof_getBidiSkeleton() 795 return destStr.extract(dest, destCapacity, *status); in uspoof_getBidiSkeleton() 886 UnicodeString destStr; in uspoof_getSkeletonUTF8() local 887 uspoof_getSkeletonUnicodeString(sc, type, srcStr, destStr, status); in uspoof_getSkeletonUTF8() 893 u_strToUTF8(dest, destCapacity, &lengthInUTF8, destStr in uspoof_getSkeletonUTF8() 907 UnicodeString destStr; uspoof_getBidiSkeletonUTF8() local [all...] |
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy_dir.cpp | 172 std::string destStr = dest + dirName; in CopyDirFunc() local 173 LOGI("destStr: %{public}s", destStr.c_str()); in CopyDirFunc() 174 if (!std::filesystem::exists(destStr)) { in CopyDirFunc() 175 int res = MakeDir(destStr); in CopyDirFunc() 181 int res = RecurCopyDir(src, destStr, mode, errfiles); in CopyDirFunc()
|
H A D | copy.cpp | 317 std::string destStr = dest + "/" + dirName; in CopyDirFunc() local 318 return CopySubDir(src, destStr, infos); in CopyDirFunc()
|
H A D | file_fs_impl.cpp | 642 string destStr = dest + dirName; in MoveDirFunc() local 643 auto [destStrExist, destStrEmpty] = JudgeExistAndEmpty(destStr); in MoveDirFunc() 646 int removeRes = RmDirectory(destStr); in MoveDirFunc() 657 int res = RenameDir(src, destStr, mode, errfiles); in MoveDirFunc()
|
/base/telephony/core_service/test/unittest/utils_codec_gtest/ |
H A D | asn1_node_test.cpp | 73 std::string destStr; in HWTEST_F() local 78 res = asn1Node->Asn1NodeToHexStr(destStr); in HWTEST_F() 87 std::vector<uint8_t> destStr; in HWTEST_F() local 92 res = asn1Node->Asn1NodeToBytes(destStr); in HWTEST_F() 97 res = asn1Node->Asn1NodeToBytes(destStr); in HWTEST_F()
|
H A D | asn1_utils_test.cpp | 80 std::string destStr; in HWTEST_F() local 81 Asn1Utils::BchToString(responseByte, destStr); in HWTEST_F() 82 int32_t res = destStr.size(); in HWTEST_F()
|
H A D | asn1_builder_test.cpp | 154 std::string destStr; in HWTEST_F() local 159 res = builder->Asn1BuilderToHexStr(destStr); in HWTEST_F()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 694 UnicodeString destStr; in uspoof_getSkeleton() local 695 uspoof_getSkeletonUnicodeString(sc, type, idStr, destStr, status); in uspoof_getSkeleton() 696 destStr.extract(dest, destCapacity, *status); in uspoof_getSkeleton() 697 return destStr.length(); in uspoof_getSkeleton() 748 UnicodeString destStr; in uspoof_getSkeletonUTF8() local 749 uspoof_getSkeletonUnicodeString(sc, type, srcStr, destStr, status); in uspoof_getSkeletonUTF8() 756 destStr.getBuffer(), destStr.length(), status); in uspoof_getSkeletonUTF8()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof.cpp | 690 UnicodeString destStr; in uspoof_getSkeleton() local 691 uspoof_getSkeletonUnicodeString(sc, type, idStr, destStr, status); in uspoof_getSkeleton() 692 destStr.extract(dest, destCapacity, *status); in uspoof_getSkeleton() 693 return destStr.length(); in uspoof_getSkeleton() 744 UnicodeString destStr; in uspoof_getSkeletonUTF8() local 745 uspoof_getSkeletonUnicodeString(sc, type, srcStr, destStr, status); in uspoof_getSkeletonUTF8() 752 destStr.getBuffer(), destStr.length(), status); in uspoof_getSkeletonUTF8()
|
/base/telephony/core_service/utils/codec/src/ |
H A D | asn1_node.cpp | 44 uint32_t Asn1Node::Asn1NodeToHexStr(std::string &destStr) in Asn1NodeToHexStr() argument 49 destStr = Asn1Utils::BytesToHexStr(byteStream); in Asn1NodeToHexStr() 50 return static_cast<uint32_t>(destStr.length()); in Asn1NodeToHexStr()
|
H A D | asn1_builder.cpp | 179 uint32_t Asn1Builder::Asn1BuilderToHexStr(std::string &destStr) in Asn1BuilderToHexStr() argument 187 strLen = node->Asn1NodeToHexStr(destStr); in Asn1BuilderToHexStr()
|
H A D | asn1_utils.cpp | 106 void Asn1Utils::BchToString(const std::vector<uint8_t> &src, std::string &destStr) in BchToString() argument 109 destStr = SwapHexCharPair(hexStr); in BchToString()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copydir.cpp | 225 string destStr = dest + dirName;
in CopyDirFunc() local 227 if (!filesystem::exists(destStr, errCode) && errCode.value() == ERRNO_NOERR) {
in CopyDirFunc() 228 int res = MakeDir(destStr);
in CopyDirFunc() 237 int res = RecurCopyDir(src, destStr, mode, errfiles);
in CopyDirFunc()
|
H A D | movedir.cpp | 261 string destStr = dest + dirName;
in MoveDirFunc() local 262 auto [destStrExist, destStrEmpty] = JudgeExistAndEmpty(destStr);
in MoveDirFunc() 265 int removeRes = RmDirectory(destStr);
in MoveDirFunc() 276 int res = RenameDir(src, destStr, mode, errfiles);
in MoveDirFunc()
|
H A D | copy.cpp | 440 string destStr = dest + "/" + dirName; in CopyDirFunc() local 441 return CopySubDir(src, destStr, infos); in CopyDirFunc()
|
/base/telephony/core_service/utils/codec/include/ |
H A D | asn1_builder.h | 40 uint32_t Asn1BuilderToHexStr(std::string &destStr);
|
H A D | asn1_node.h | 30 uint32_t Asn1NodeToHexStr(std::string &destStr);
|
H A D | asn1_utils.h | 32 static void BchToString(const std::vector<uint8_t> &src, std::string &destStr);
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | untar_file.cpp | 453 string destStr(""); in ParseRegularFile() 454 destStr.resize(READ_BUFF_SIZE); in ParseRegularFile() 461 fread(&destStr[0], sizeof(char), readBuffSize, tarFilePtr_); in ParseRegularFile() 462 fwrite(&destStr[0], sizeof(char), readBuffSize, destFile); in ParseRegularFile()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | mms_gtest.cpp | 1028 std::string destStr = ""; in HWTEST_F() local 1029 mmsQuotedPrintable.Decode(valueStr, destStr); in HWTEST_F()
|
/base/telephony/core_service/services/sim/src/ |
H A D | esim_file.cpp | 1779 std::string destStr;
in BuildApduForInitSecureChannel() local 1781 cursorLen += initSecureChannelReq->Asn1NodeToHexStr(destStr);
in BuildApduForInitSecureChannel() 1782 hexStr += destStr;
in BuildApduForInitSecureChannel()
|