Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dunicode_property_data_posix.c4797 static unsigned char gperf_downcase[256] = variable
4827 unsigned char c1 = gperf_downcase[(unsigned char)*s1++]; in gperf_case_strncmp()
4828 unsigned char c2 = gperf_downcase[(unsigned char)*s2++]; in gperf_case_strncmp()
H A Dunicode_property_data.c22921 static unsigned char gperf_downcase[256] = variable
22951 unsigned char c1 = gperf_downcase[(unsigned char)*s1++]; in gperf_case_strncmp()
22952 unsigned char c2 = gperf_downcase[(unsigned char)*s2++]; in gperf_case_strncmp()

Completed in 39 milliseconds