Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_char_decode.cpp22 SimCharDecode::SimCharDecode() {} in SimCharDecode() function in OHOS::Telephony::SimCharDecode
24 bool SimCharDecode::IsChineseString(const std::string &str) in IsChineseString()
35 SimCharDecode::~SimCharDecode() {} in ~SimCharDecode()
H A Dicc_dialling_numbers_handler.cpp533 if (SimCharDecode::IsChineseString(tempTag)) { in CreateNameSequence()
534 std::string sq = SimCharDecode::CharCodeToSequence(name, true); in CreateNameSequence()
538 std::string sq = SimCharDecode::CharCodeToSequence(tempTag, false); in CreateNameSequence()
565 uint nameMaxNum = SimCharDecode::IsChineseString(name) ? MAX_CHINESE_NAME : MAX_ENGLISH_NAME; in FormatNameAndNumber()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_char_decode.h45 class SimCharDecode {
47 SimCharDecode();
48 ~SimCharDecode();
/ohos5.0/base/telephony/core_service/test/fuzztest/isvalidnumberstring_fuzzer/
H A Disvalidnumberstring_fuzzer.cpp36 auto simCharDecode = std::make_shared<SimCharDecode>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1005 auto simCharDecode = std::make_shared<SimCharDecode>();