Searched refs:CHINESE_FLAG (Results 1 – 5 of 5) sorted by relevance
28 if (str[i] & CHINESE_FLAG) { in IsChineseString()
93 if (arg < CHINESE_FLAG) { in LengthFunc()
200 if (data[offset] == static_cast<unsigned char>(CHINESE_FLAG)) { in DiallingNumberStringFieldConvertToString()
51 constexpr static uint8_t CHINESE_FLAG = 0x80; variable
37 static const int CHINESE_FLAG = 0x80; variable