Searched refs:code_to_mbc (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | euc_jp.c | 143 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() function 298 code_to_mbc,
|
H A D | sjis.c | 148 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() function 329 code_to_mbc,
|
H A D | utf8.c | 165 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() function 323 code_to_mbc,
|
H A D | oniguruma.h | 157 int (*code_to_mbc)(OnigCodePoint code, OnigUChar *buf); member 299 #define ONIGENC_CODE_TO_MBC(enc,code,buf) (enc)->code_to_mbc(code,buf)
|
Completed in 14 milliseconds