Searched refs:ID_START_TABLE_ASCII (Results 1 – 1 of 1) sorted by relevance
30 static constexpr uint32_t ID_START_TABLE_ASCII[4] = { variable1474 …return (ID_START_TABLE_ASCII[c >> 5] >> (c & 31)) & 1; // 5: Shift five bits 31: and operation bin… in IsIdentFirst()