| 92 |
*/ |
*/ |
| 93 |
|
|
| 94 |
int |
int |
| 95 |
_pcre_ucp_findprop(const unsigned int c, int *type_ptr, int *script_ptr) |
PRIV(ucp_findprop)(const unsigned int c, int *type_ptr, int *script_ptr) |
| 96 |
{ |
{ |
| 97 |
int bot = 0; |
int bot = 0; |
| 98 |
int top = sizeof(ucp_table)/sizeof(cnode); |
int top = sizeof(ucp_table)/sizeof(cnode); |
| 148 |
*/ |
*/ |
| 149 |
|
|
| 150 |
unsigned int |
unsigned int |
| 151 |
_pcre_ucp_othercase(const unsigned int c) |
PRIV(ucp_othercase)(const unsigned int c) |
| 152 |
{ |
{ |
| 153 |
int bot = 0; |
int bot = 0; |
| 154 |
int top = sizeof(ucp_table)/sizeof(cnode); |
int top = sizeof(ucp_table)/sizeof(cnode); |