Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/maint/
Dutf8.c129 utf82ord(unsigned char *buffer, unsigned char *buffend, in utf82ord() function
294 int rc = utf82ord(bptr, buffend, &d, &offset); in main()
/third_party/pcre2/pcre2/src/
Dpcre2test.c2860 utf82ord(PCRE2_SPTR8 utf8bytes, uint32_t *vptr) in utf82ord() function
2999 int rc = utf82ord(p, &c); in pchars8()
3178 int chlen = utf82ord(p, &c); in to16()
3275 chlen = utf82ord(p, &c); in to32()
6695 for (q = p; n > 0 && *q; q += n) n = utf82ord(q, &cc); in process_data()