Searched defs:COPY (Results 1 – 2 of 2) sorted by relevance
125 #define COPY() c = is.Take(); *codepoint = (*codepoint << 6) | ((unsigned char)c & 0x3Fu) in Decode() macro154 #define COPY() os.Put(c = is.Take()) in Validate() macro
44 public static final String COPY = "COPY"; field in ImapConstants