Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c79 *lower = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in iso_8859_1_mbc_to_normalize()
H A Dutf32_be.c95 *lower = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in utf32be_mbc_to_normalize()
H A Dutf32_le.c91 *lower++ = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in utf32le_mbc_to_normalize()
H A Dutf16_le.c136 *lower = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in utf16le_mbc_to_normalize()
H A Dutf16_be.c134 *lower = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in utf16be_mbc_to_normalize()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregenc.h113 #define ONIGENC_ISO_8859_1_TO_LOWER_CASE(c) \ macro

Completed in 147 milliseconds