Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/sbx/
H A Dsbxform.cxx68 #define ASCII_9 '9' // 57 macro
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()
226 if( c2 == ASCII_9 ) in StrRoundDigit()

Completed in 15 milliseconds