Home
last modified time | relevance | path

Searched refs:MBFL_ZENKAKU_HIRA2KATA (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/mbstring/libmbfl/filters/
H A Dtranslit_kana_jisx0201_jisx0208.h37 #define MBFL_ZENKAKU_HIRA2KATA 0x00080 macro
H A Dmbfilter_cjk.c2756 if (mode & (MBFL_ZENKAKU_HIRA2KATA | MBFL_ZENKAKU_KATA2HIRA)) { in mb_convert_kana_codepoint()
2757 …if ((mode & MBFL_ZENKAKU_HIRA2KATA) && ((c >= 0x3041 && c <= 0x3093) || c == 0x309D || c == 0x309E… in mb_convert_kana_codepoint()
/php-src/ext/mbstring/
H A Dmbstring.c3648 if (opt & MBFL_ZENKAKU_HIRA2KATA) { in PHP_FUNCTION()
3656 if (opt & MBFL_ZENKAKU_HIRA2KATA) { in PHP_FUNCTION()

Completed in 69 milliseconds