Home
last modified time | relevance | path

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

/external/xmlrpcpp/src/
Dbase64.h18 int _base64Chars[]= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T… variable
171 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To; in put()
172 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_1()]); ++_To; in put()
183 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To; in put()
184 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_1()]); ++_To; in put()
185 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_2()]); ++_To; in put()
193 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To; in put()
194 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_1()]); ++_To; in put()
195 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_2()]); ++_To; in put()
196 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_3()]); ++_To; in put()
[all …]