Home
last modified time | relevance | path

Searched refs:code_to_mbc (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c107 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() function
276 code_to_mbc,
H A Dsjis.c115 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() function
309 code_to_mbc,
H A Dutf8.c138 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() function
296 code_to_mbc,
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h158 int (*code_to_mbc)(OnigCodePoint code, OnigUChar *buf); member
295 #define ONIGENC_CODE_TO_MBC(enc,code,buf) (enc)->code_to_mbc(code,buf)

Completed in 15 milliseconds