Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeywords.c47 static unsigned char gperf_downcase[256] = variable
77 unsigned char c1 = gperf_downcase[(unsigned char)*s1++]; in gperf_case_strcmp()
78 unsigned char c2 = gperf_downcase[(unsigned char)*s2++]; in gperf_case_strcmp()