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

  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 92 const unsigned long FIRST_BYTE_MARK[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
124 *output = (char)(input | FIRST_BYTE_MARK[*length]);
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 83 const unsigned long FIRST_BYTE_MARK[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
115 *output = (char)(input | FIRST_BYTE_MARK[*length]);
    [all...]

Completed in 26 milliseconds