Searched refs:utf8bytes (Results 1 – 1 of 1) sorted by relevance
2467 utf82ord(PCRE2_SPTR8 utf8bytes, uint32_t *vptr) in utf82ord() argument2469 uint32_t c = *utf8bytes++; in utf82ord()2489 c = *utf8bytes++; in utf82ord()2696 ord2utf8(uint32_t cvalue, uint8_t *utf8bytes) in ord2utf8() argument2703 utf8bytes += i; in ord2utf8()2706 *utf8bytes-- = 0x80 | (cvalue & 0x3f); in ord2utf8()2709 *utf8bytes = utf8_table2[i] | cvalue; in ord2utf8()