Searched refs:COPY (Results 1 – 2 of 2) sorted by relevance
125 #define COPY() c = is.Take(); *codepoint = (*codepoint << 6) | ((unsigned char)c & 0x3Fu) 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()147 #undef COPY in Decode()154 #define COPY() os.Put(c = is.Take()) in Validate() macro156 #define TAIL() COPY(); TRANS(0x70) in Validate()158 COPY(); in Validate()[all …]
44 public static final String COPY = "COPY"; field in ImapConstants