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

  /external/libchrome/base/json/
json_parser.h 194 bool DecodeUTF16(std::string* dest_string);
json_parser.cc 539 if (!DecodeUTF16(&utf8_units)) {
587 bool JSONParser::DecodeUTF16(std::string* dest_string) {

Completed in 59 milliseconds