Home
last modified time | relevance | path

Searched defs:newChar (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/
H A Dhilog_base_ndk_test.cpp118 char newChar = rand() % ('z' - 'a') + 'a'; in RandomStringGenerator() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_helper.cpp75 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp82 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp657 int newChar; in LZWEncode() local