Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c240 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; in get_ucpname()
242 return (i >= 0)? PRIV(utt_names) + PRIV(utt)[i].name_offset : "??"; in get_ucpname()
H A Dpcre_tables.c549 const ucp_type_table PRIV(utt)[] = { variable
721 const int PRIV(utt_size) = sizeof(PRIV(utt)) / sizeof(ucp_type_table);
H A Dpcre_internal.h2670 extern const ucp_type_table PRIV(utt)[];
H A Dpcre_compile.c1562 r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
1565 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
1566 *pdataptr = PRIV(utt)[i].value; in get_ucp()

Completed in 36 milliseconds