Home
last modified time | relevance | path

Searched refs:COPY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodings.h125 #define COPY() c = is.Take(); *codepoint = (*codepoint << 6) | ((unsigned char)c & 0x3Fu) in Decode() macro
127 #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() macro
156 #define TAIL() COPY(); TRANS(0x70) in Validate()
158 COPY(); in Validate()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapConstants.java44 public static final String COPY = "COPY"; field in ImapConstants