Home
last modified time | relevance | path

Searched refs:error_pos (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/tests/
Dconvert-test.c143 glong error_pos) in check_utf8_to_ucs4() argument
151 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() argument
263 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() argument
331 g_assert (items_read == error_pos); in check_utf8_to_utf16()
[all …]
/external/chromium/base/json/
Djson_reader.h175 void SetErrorMessage(const char* description, const wchar_t* error_pos);
Djson_reader.cc621 const wchar_t* error_pos) { in SetErrorMessage() argument
626 for (const wchar_t* pos = start_pos_; pos != error_pos; ++pos) { in SetErrorMessage()