Searched refs:IsChineseString (Results 1 – 5 of 5) sorted by relevance
24 bool SimCharDecode::IsChineseString(const std::string &str) in IsChineseString() function in OHOS::Telephony::SimCharDecode
533 if (SimCharDecode::IsChineseString(tempTag)) { in CreateNameSequence()565 uint nameMaxNum = SimCharDecode::IsChineseString(name) ? MAX_CHINESE_NAME : MAX_ENGLISH_NAME; in FormatNameAndNumber()
49 simCharDecode->IsChineseString(str); in DoSomethingInterestingWithMyAPI()
49 static bool IsChineseString(const std::string &str);
1007 EXPECT_TRUE(simCharDecode->IsChineseString("测试文本"));1008 EXPECT_FALSE(simCharDecode->IsChineseString("testString"));