Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c2458 OnigCodePoint first_code; in fetch_name_with_level() local
2471 first_code = c; in fetch_name_with_level()
2514 if (ONIGENC_IS_CODE_ASCII(first_code) && in fetch_name_with_level()
2515 ONIGENC_IS_CODE_UPPER(enc, first_code)) in fetch_name_with_level()
2540 OnigCodePoint first_code; in fetch_name() local
2554 first_code = c; in fetch_name()
2595 if (ONIGENC_IS_CODE_ASCII(first_code) && in fetch_name()
2596 ONIGENC_IS_CODE_UPPER(enc, first_code)) in fetch_name()

Completed in 16 milliseconds