Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Doniguruma.h334 #define ONIGENC_IS_CODE_UPPER(enc,code) m17n_isupper(enc,code) macro
396 #define ONIGENC_IS_CODE_UPPER(enc,code) \ macro
H A Dregint.h396 : (ONIGENC_IS_CODE_UPPER(enc,code) ? (code) - 'A' + 10 : (code) - 'a' + 10))
H A Dregparse.c2515 ONIGENC_IS_CODE_UPPER(enc, first_code)) in fetch_name_with_level()
2596 ONIGENC_IS_CODE_UPPER(enc, first_code)) in fetch_name()

Completed in 28 milliseconds