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.c193 ord2utf8(unsigned int cvalue, unsigned char *buffer) in ord2utf8() function
371 size_t len = ord2utf8(c, buffer); in print_prop()
/third_party/pcre2/pcre2/src/
Dpcre2grep.c567 ord2utf8(uint32_t value) in ord2utf8() function
2184 int n = ord2utf8(value); in display_output_text()
2314 else if (utf && value > 127) argslen += ord2utf8(value) - 1; in pcre2grep_callout()
2385 int n = ord2utf8(value); in pcre2grep_callout()
Dpcre2test.c3096 ord2utf8(uint32_t cvalue, uint8_t *utf8bytes) in ord2utf8() function
4545 int len = ord2utf8(*nameptr++, u8buff); in show_pattern_info()
4561 len = ord2utf8(c, u8buff); in show_pattern_info()
6941 q8 += ord2utf8(c, q8); in process_data()
7410 if (test_mode == PCRE8_MODE) r8 += ord2utf8(c, r8); in process_data()