Searched refs:ascii_isDigit (Results 1 – 2 of 2) sorted by relevance
39 inline sal_Bool ascii_isDigit( sal_Unicode ch ) in ascii_isDigit() function411 while ((n < rStr.Len()) && ascii_isDigit(rStr.GetChar(n))) n++; in ParseNumber()
67 inline bool ascii_isDigit( sal_Unicode ch ) in ascii_isDigit() function80 return ascii_isLetter( ch ) || ascii_isDigit( ch ); in isLetterOrDigit()
Completed in 34 milliseconds