Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c2662 lgb = UCD_GRAPHBREAK(c); in match()
2667 rgb = UCD_GRAPHBREAK(c); in match()
4358 lgb = UCD_GRAPHBREAK(c); in match()
4363 rgb = UCD_GRAPHBREAK(c); in match()
5119 lgb = UCD_GRAPHBREAK(c); in match()
5124 rgb = UCD_GRAPHBREAK(c); in match()
5635 lgb = UCD_GRAPHBREAK(c); in match()
5640 rgb = UCD_GRAPHBREAK(c); in match()
5677 rgb = UCD_GRAPHBREAK(c); in match()
5688 lgb = UCD_GRAPHBREAK(c); in match()
H A Dpcre_internal.h2790 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop macro

Completed in 35 milliseconds