Searched refs:json_wide (Results 1 – 3 of 3) sorted by relevance
66 std::wstring json_wide; in GetResults() local71 &json_wide); in GetResults()77 std::string json = WideToUTF8(json_wide); in GetResults()
166 std::wstring json_wide; in GetTestsFailed() local171 &json_wide); in GetTestsFailed()179 std::string json = WideToUTF8(json_wide); in GetTestsFailed()
155 std::wstring json_wide(UTF8ToWide(json)); in JsonToValue() local156 start_pos_ = json_wide.c_str(); in JsonToValue()163 if (!json_wide.empty() && start_pos_[0] == 0xFEFF) { in JsonToValue()