Searched refs:first_code (Results 1 – 1 of 1) sorted by relevance
2458 OnigCodePoint first_code; in fetch_name_with_level() local2471 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() local2554 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 17 milliseconds