Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_6.c33 ((EncISO_8859_6_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_11.c33 ((EncISO_8859_11_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_8.c33 ((EncISO_8859_8_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Dcp1251.c35 ((EncCP1251_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_5.c34 ((EncISO_8859_5_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Dkoi8_r.c34 ((EncKOI8_R_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_7.c34 ((EncISO_8859_7_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Dkoi8.c34 ((EncKOI8_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_13.c34 ((EncISO_8859_13_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_14.c34 ((EncISO_8859_14_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_15.c34 ((EncISO_8859_15_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_16.c34 ((EncISO_8859_16_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_2.c34 ((EncISO_8859_2_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_3.c34 ((EncISO_8859_3_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_4.c34 ((EncISO_8859_4_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_10.c34 ((EncISO_8859_10_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_9.c34 ((EncISO_8859_9_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Diso8859_1.c33 ((EncISO_8859_1_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
H A Dunicode.c33 ((EncUNICODE_ISO_8859_1_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.h93 #define CTYPE_TO_BIT(ctype) (1<<(ctype)) macro
183 ((OnigEncAsciiCtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)

Completed in 39 milliseconds