Home
last modified time | relevance | path

Searched refs:valid_utf8 (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlparse.h61 gboolean valid_utf8; member
Dgstttmlparse.c348 if (self->valid_utf8) { in convert_encoding()
355 self->valid_utf8 = FALSE; in convert_encoding()
579 self->valid_utf8 = TRUE; in gst_ttml_parse_change_state()
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.h82 gboolean valid_utf8; member
Dgstsubparse.c429 if (self->valid_utf8) { in convert_encoding()
436 self->valid_utf8 = FALSE; in convert_encoding()
1855 self->valid_utf8 = TRUE; in gst_sub_parse_change_state()
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp23 static bool valid_utf8(const char* ptr, size_t size) { return SkUTF::CountUTF8(ptr, size) >= 0; } in valid_utf8() function
147 if (!valid_utf8(utf8Text, byteLen) || 0 == byteLen) { in insert()
/third_party/python/Lib/test/
Dtest_cmd_line.py230 valid_utf8 = 'e:\xe9, euro:\u20ac, non-bmp:\U0010ffff'.encode('utf-8')
240 test_args = [valid_utf8, invalid_utf8]
/third_party/python/Parser/
Dtokenizer.c504 static int valid_utf8(const unsigned char* s) in valid_utf8() function
536 if (!(length = valid_utf8(c))) { in ensure_utf8()