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 …]
175 void SetErrorMessage(const char* description, const wchar_t* error_pos);
621 const wchar_t* error_pos) { in SetErrorMessage() argument626 for (const wchar_t* pos = start_pos_; pos != error_pos; ++pos) { in SetErrorMessage()