Searched refs:_SMALL_A (Results 1 – 1 of 1) sorted by relevance
77 #define _SMALL_A 0X61 macro100 return (char)(_SMALL_A+digit); in digitToBasic()142 if(_SMALL_A<=b && b<=_SMALL_Z) { in asciiCaseMap()143 b-=(_SMALL_A-_CAPITAL_A); in asciiCaseMap()147 b+=(_SMALL_A-_CAPITAL_A); in asciiCaseMap()