Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode_property_data_posix.c5149 static unsigned char gperf_downcase[256] = variable
5179 unsigned char c1 = gperf_downcase[(unsigned char)*s1++]; in gperf_case_strncmp()
5180 unsigned char c2 = gperf_downcase[(unsigned char)*s2++]; in gperf_case_strncmp()
H A Dunicode_property_data.c25294 static unsigned char gperf_downcase[256] = variable
25324 unsigned char c1 = gperf_downcase[(unsigned char)*s1++]; in gperf_case_strncmp()
25325 unsigned char c2 = gperf_downcase[(unsigned char)*s2++]; in gperf_case_strncmp()

Completed in 96 milliseconds