Home | History | Annotate | Download | only in dist

Lines Matching defs:charMap

111319 ** The charMap() macro maps alphabetic characters into their
111326 # define charMap(X) sqlite3UpperToLower[(unsigned char)X]
111329 # define charMap(X) ebcdicToAscii[(unsigned char)X]
111499 h = ((charMap(z[0])*4) ^
111500 (charMap(z[n-1])*3) ^