Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c2630 lgb = UCD_GRAPHBREAK(c); in match()
2635 rgb = UCD_GRAPHBREAK(c); in match()
4251 lgb = UCD_GRAPHBREAK(c); in match()
4256 rgb = UCD_GRAPHBREAK(c); in match()
5004 lgb = UCD_GRAPHBREAK(c); in match()
5009 rgb = UCD_GRAPHBREAK(c); in match()
5505 lgb = UCD_GRAPHBREAK(c); in match()
5510 rgb = UCD_GRAPHBREAK(c); in match()
H A Dpcre_internal.h2738 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop macro

Completed in 29 milliseconds