Home
last modified time | relevance | path

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

/aoo4110/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx67 inline bool ascii_isDigit( sal_Unicode ch ) in ascii_isDigit() function
80 return ascii_isLetter( ch ) || ascii_isDigit( ch ); in isLetterOrDigit()
/aoo4110/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 28 milliseconds