Home
last modified time | relevance | path

Searched refs:IsShowableAsciiOnly (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/isshowableasciionly_fuzzer/
H A Disshowableasciionly_fuzzer.cpp41 simUtils->IsShowableAsciiOnly(str); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_utils.h78 static bool IsShowableAsciiOnly(const std::string &str);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_utils.cpp95 bool SIMUtils::IsShowableAsciiOnly(const std::string &str) in IsShowableAsciiOnly() function in OHOS::Telephony::SIMUtils
H A Druim_file.cpp390 if (SIMUtils::IsShowableAsciiOnly(spnName)) { in ParseSpnName()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2804 EXPECT_TRUE(simUtils->IsShowableAsciiOnly(str));