Searched refs:error_pos (Results 1 – 3 of 3) sorted by relevance
143 glong error_pos) in check_utf8_to_ucs4() argument151 if (!error_pos) in check_utf8_to_ucs4()191 g_assert (items_read == error_pos); in check_utf8_to_ucs4()197 else if (error_pos) in check_utf8_to_ucs4()201 g_assert (items_read == error_pos); in check_utf8_to_ucs4()232 glong error_pos) in check_ucs4_to_utf8() argument263 if (error_pos) in check_ucs4_to_utf8()267 g_assert (items_read == error_pos); in check_ucs4_to_utf8()296 glong error_pos) in check_utf8_to_utf16() argument331 g_assert (items_read == error_pos); in check_utf8_to_utf16()[all …]
197 void SetErrorCode(const JsonParseError error, const wchar_t* error_pos);
649 const wchar_t* error_pos) { in SetErrorCode() argument654 for (const wchar_t* pos = start_pos_; pos != error_pos; ++pos) { in SetErrorCode()