Searched defs:gbk_4th_byte (Results 1 – 2 of 2) sorted by relevance
33 #define gbk_4th_byte(v) ( ((v) >= 0x30) && ((v) <= 0x39) ) macro