Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Deuc_jp.c143 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() function
298 code_to_mbc,
H A Dsjis.c148 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() function
329 code_to_mbc,
H A Dutf8.c165 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() function
323 code_to_mbc,
H A Doniguruma.h157 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