Searched refs:MAX_CHINESE_NAME (Results 1 – 2 of 2) sorted by relevance
34 static const int MAX_CHINESE_NAME = 6; variable76 maxNumber = MAX_CHINESE_NAME; in CharCodeToSequence()
565 uint nameMaxNum = SimCharDecode::IsChineseString(name) ? MAX_CHINESE_NAME : MAX_ENGLISH_NAME; in FormatNameAndNumber()