Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Deuc_jp.c224 static const OnigCodePoint* PropertyList[] = { variable
261 if (ctype >= (unsigned int )(sizeof(PropertyList)/sizeof(PropertyList[0]))) in is_code_ctype()
264 return onig_is_in_code_range((UChar* )PropertyList[ctype], code); in is_code_ctype()
281 if (ctype >= (OnigCtype )sizeof(PropertyList)/sizeof(PropertyList[0])) in get_ctype_code_range()
284 *ranges = PropertyList[ctype]; in get_ctype_code_range()
H A Dsjis.c255 static const OnigCodePoint* PropertyList[] = { variable
293 if (ctype >= (unsigned int )(sizeof(PropertyList)/sizeof(PropertyList[0]))) in is_code_ctype()
296 return onig_is_in_code_range((UChar* )PropertyList[ctype], code); in is_code_ctype()
313 if (ctype >= (OnigCtype )(sizeof(PropertyList)/sizeof(PropertyList[0]))) in get_ctype_code_range()
316 *ranges = PropertyList[ctype]; in get_ctype_code_range()

Completed in 7 milliseconds