Lines Matching defs:charMap
103660 ** The charMap() macro maps alphabetic characters into their103667 # define charMap(X) sqlite3UpperToLower[(unsigned char)X]103670 # define charMap(X) ebcdicToAscii[(unsigned char)X]103840 h = ((charMap(z[0])*4) ^103841 (charMap(z[n-1])*3) ^