Searched refs:utf82ord (Results 1 – 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/maint/ |
D | utf8.c | 129 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/ |
D | pcre2test.c | 2860 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()
|