HomeSort by relevance Sort by last modified time
    Searched defs:_Char (Results 1 - 2 of 2) sorted by null

  /ndk/sources/cxx-stl/stlport/src/
messages.cpp 34 typedef char _Char;
36 typedef wchar_t _Char;
39 typedef ctype<_Char> wctype;
  /external/xmlrpcpp/src/
base64.h 219 int _Char;
229 while((_Char = _getCharType(*_First)) < 0 && _Char == _UNKNOWN_CHAR)
237 if(_Char == _EQUAL_CHAR){
243 _3to4.b64_0(_Char);
249 if((_Char = _getCharType(*_First)) != _UNKNOWN_CHAR)
257 if(_Char == _EQUAL_CHAR){
263 _3to4.b64_1(_Char);
269 if((_Char = _getCharType(*_First)) != _UNKNOWN_CHAR)
278 if(_Char == _EQUAL_CHAR)
    [all...]

Completed in 54 milliseconds