Searched refs:supports_utf8 (Results 1 – 1 of 1) sorted by relevance
1621 int supports_utf8; in g_regex_new() local1623 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()