Home
last modified time | relevance | path

Searched refs:MAX_CHINESE_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_char_decode.h34 static const int MAX_CHINESE_NAME = 6; variable
76 maxNumber = MAX_CHINESE_NAME; in CharCodeToSequence()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_handler.cpp565 uint nameMaxNum = SimCharDecode::IsChineseString(name) ? MAX_CHINESE_NAME : MAX_ENGLISH_NAME; in FormatNameAndNumber()