HomeSort by relevance Sort by last modified time
    Searched refs:GetChar (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
conversions.cc 52 static inline int GetChar(const char* str, int index) {
58 static inline int GetChar(String* str, int index) {
140 if (index < len && GetChar(s, index) != '0') return false;
148 int d = GetChar(s, index) - '0';
158 int d = GetChar(s, index++) - '0';
194 int c = GetChar(s, k);
282 uint16_t first = GetChar(str, index);
303 GetChar(str, index) == '0' &&
304 (GetChar(str, index + 1) == 'x' || GetChar(str, index + 1) == 'X'))
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 571 p = GetChar( p, cArr, &len, encoding );
605 p = GetChar( p, cArr, &len, encoding );
    [all...]
tinyxml.h 280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
    [all...]

Completed in 97 milliseconds