Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcretest.c1580 utf82ord(pcre_uint8 *utf8bytes, pcre_uint32 *vptr) in utf82ord() argument
1582 pcre_uint32 c = *utf8bytes++; in utf82ord()
1602 c = *utf8bytes++; in utf82ord()
1639 ord2utf8(pcre_uint32 cvalue, pcre_uint8 *utf8bytes) in ord2utf8() argument
1646 utf8bytes += i; in ord2utf8()
1649 *utf8bytes-- = 0x80 | (cvalue & 0x3f); in ord2utf8()
1652 *utf8bytes = utf8_table2[i] | cvalue; in ord2utf8()