Searched refs:SimCharDecode (Results 1 – 5 of 5) sorted by relevance
22 SimCharDecode::SimCharDecode() {} in SimCharDecode() function in OHOS::Telephony::SimCharDecode24 bool SimCharDecode::IsChineseString(const std::string &str) in IsChineseString()35 SimCharDecode::~SimCharDecode() {} in ~SimCharDecode()
533 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()
45 class SimCharDecode {47 SimCharDecode();48 ~SimCharDecode();
36 auto simCharDecode = std::make_shared<SimCharDecode>(); in DoSomethingInterestingWithMyAPI()
1005 auto simCharDecode = std::make_shared<SimCharDecode>();