Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/maint/
Dutf8.c87 ord2utf8(unsigned long int cvalue, unsigned char *buffer) in ord2utf8() function
236 rc = ord2utf8(d, buffer); in main()
Ducptest.c269 ord2utf8(unsigned int cvalue, unsigned char *buffer) in ord2utf8() function
520 size_t len = ord2utf8(c, buffer); in print_prop()
/third_party/pcre2/pcre2/src/
Dpcre2grep.c561 ord2utf8(uint32_t value) in ord2utf8() function
2229 int n = ord2utf8(value); in display_output_text()
2359 else if (utf && value > 127) argslen += ord2utf8(value) - 1; in pcre2grep_callout()
2434 int n = ord2utf8(value); in pcre2grep_callout()
Dpcre2test.c3122 ord2utf8(uint32_t cvalue, uint8_t *utf8bytes) in ord2utf8() function
4582 int len = ord2utf8(*nameptr++, u8buff); in show_pattern_info()
4598 len = ord2utf8(c, u8buff); in show_pattern_info()
7021 q8 += ord2utf8(c, q8); in process_data()
7497 if (test_mode == PCRE8_MODE) r8 += ord2utf8(c, r8); in process_data()