Home
last modified time | relevance | path

Searched refs:ASCII_0 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxform.cxx67 #define ASCII_0 '0' // 48 macro
167 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 16 milliseconds