Searched refs:_SMALL_A (Results 1 – 1 of 1) sorted by relevance
74 #define _SMALL_A 0X61 macro97 return (char)(_SMALL_A+digit); in digitToBasic()139 if(_SMALL_A<=b && b<=_SMALL_Z) { in asciiCaseMap()140 b-=(_SMALL_A-_CAPITAL_A); in asciiCaseMap()144 b+=(_SMALL_A-_CAPITAL_A); in asciiCaseMap()