Searched refs:ASCII_0 (Results 1 – 1 of 1) sorted by relevance
67 #define ASCII_0 '0' // 48 macro167 StrAppendChar( sStrg, (sal_Unicode)(nDigit+ASCII_0) ); in AppendDigit()208 while( nPos>=0 && (sStrg.GetChar( nPos )<ASCII_0 || sStrg.GetChar( nPos )>ASCII_9) ) in StrRoundDigit()223 if( c2 >= ASCII_0 && c2 <= ASCII_9 ) in StrRoundDigit()319 return (short)(sSciNumStrg.GetChar( no ) - ASCII_0); in GetDigitAtPosScan()335 return (short)(sNumExpStrg.GetChar( no ) - ASCII_0); in GetDigitAtPosExpScan()
Completed in 13 milliseconds