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

  /external/chromium_org/base/json/
json_parser.h 200 void DecodeUTF8(const int32& point, StringBuilder* dest);
json_parser.cc 657 DecodeUTF8(hex_digit, &string);
719 DecodeUTF8(next_char, &string);
790 void JSONParser::DecodeUTF8(const int32& point, StringBuilder* dest) {

Completed in 26 milliseconds