Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.c1621 int supports_utf8; in g_regex_new() local
1623 pcre2_config (PCRE2_CONFIG_UNICODE, &supports_utf8); in g_regex_new()
1624 if (!supports_utf8) in g_regex_new()
1627 g_once_init_leave (&initialised, supports_utf8 ? 1 : 2); in g_regex_new()