Searched refs:TRANS (Results 1 – 1 of 1) sorted by relevance
126 #define TRANS(mask) result &= ((GetRange((unsigned char)c) & (mask)) != 0) in Decode() macro127 #define TAIL() COPY(); TRANS(0x70) in Decode()140 case 4: COPY(); TRANS(0x50); TAIL(); return result; in Decode()141 case 5: COPY(); TRANS(0x10); TAIL(); TAIL(); return result; in Decode()143 case 10: COPY(); TRANS(0x20); TAIL(); return result; in Decode()144 case 11: COPY(); TRANS(0x60); TAIL(); TAIL(); return result; in Decode()148 #undef TRANS in Decode()155 #define TRANS(mask) result &= ((GetRange((unsigned char)c) & (mask)) != 0) in Validate() macro156 #define TAIL() COPY(); TRANS(0x70) in Validate()166 case 4: COPY(); TRANS(0x50); TAIL(); return result; in Validate()[all …]