Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c103 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in PRIV()
H A Dpcre2_internal.h1913 extern const uint32_t PRIV(ucp_gbtable)[];
H A Dpcre2_tables.c185 const uint32_t PRIV(ucp_gbtable)[] = { variable
H A Dpcre2_match.c4160 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in match()
H A Dpcre2_jit_compile.c8239 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_utf()
8307 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_utf_invalid()
8375 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_no_utf()

Completed in 64 milliseconds