Home
last modified time | relevance | path

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

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx68 inline bool ascii_isDigit( sal_Unicode ch ) in ascii_isDigit() function
81 return ascii_isLetter( ch ) || ascii_isDigit( ch ); in isLetterOrDigit()
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx39 inline sal_Bool ascii_isDigit( sal_Unicode ch ) in ascii_isDigit() function
411 while ((n < rStr.Len()) && ascii_isDigit(rStr.GetChar(n))) n++; in ParseNumber()

Completed in 27 milliseconds