Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c2872 const pcre_uint32 *clist_src; in get_chr_property_list() local
2983 clist_src = PRIV(ucd_caseless_sets) + code[1]; in get_chr_property_list()
2996 *clist_dest++ = *clist_src; in get_chr_property_list()
2998 while(*clist_src++ != NOTACHAR); in get_chr_property_list()