Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dparse.cxx69 static inline sal_Bool IsDigit( sal_Unicode cChar ) in IsDigit() function
475 if ((aRes.TokenType & KParseType::IDENTNAME) && IsDigit( cFirstChar )) in NextToken()
974 while ( cChar == '.' || IsDigit( cChar ) ); in NextToken()
1933 else if ( !IsDigit( cChar ) ) in lcl_IsNumber()

Completed in 22 milliseconds