Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c60 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() function
274 mbc_to_code,
H A Dsjis.c96 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() function
307 mbc_to_code,
H A Dutf8.c94 mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in mbc_to_code() function
294 mbc_to_code,
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h156 OnigCodePoint (*mbc_to_code)(const OnigUChar* p, const OnigUChar* end); member
293 #define ONIGENC_MBC_TO_CODE(enc,p,end) (enc)->mbc_to_code((p),(end))

Completed in 15 milliseconds