Lines Matching refs:u8range_t
22 } u8range_t; typedef
24 static const u8range_t kUTF8TwoByteSeq[] = {
30 static const u8range_t kUTF8ByteSeqE0[] = {
37 static const u8range_t kUTF8ByteSeqE1EC[] = {
44 static const u8range_t kUTF8ByteSeqED[] = {
51 static const u8range_t kUTF8ByteSeqEEEF[] = {
58 static const u8range_t kUTF8ByteSeqF0[] = {
66 static const u8range_t kUTF8ByteSeqF1F3[] = {
74 static const u8range_t kUTF8ByteSeqF4[] = {
82 static const u8range_t kUTF8NullRange[] = {
87 const u8range_t *ranges;
109 const u8range_t *range = NULL; in valid_utf8_string()