Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_tables.c551 const ucp_type_table PRIV(utt)[] = { variable
723 const int PRIV(utt_size) = sizeof(PRIV(utt)) / sizeof(ucp_type_table);
H A Dpcre_internal.h2674 extern const ucp_type_table PRIV(utt)[];
H A Dpcre_compile.c1564 r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
1567 *ptypeptr = PRIV(utt)[i].type; in get_ucp()
1568 *pdataptr = PRIV(utt)[i].value; in get_ucp()

Completed in 40 milliseconds