Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c80 if (ONIGENC_IS_CODE_ASCII(code)) return 1; in eucjp_code_to_mbclen()
/PHP-5.4/ext/mbstring/oniguruma/
H A Doniguruma.h275 #define ONIGENC_IS_CODE_ASCII(code) ((code) < 128) macro
277 (ONIGENC_IS_CODE_ASCII(code) && ONIGENC_IS_CODE_WORD(enc,code))
H A Dregparse.c2514 if (ONIGENC_IS_CODE_ASCII(first_code) && in fetch_name_with_level()
2595 if (ONIGENC_IS_CODE_ASCII(first_code) && in fetch_name()

Completed in 23 milliseconds