Home
last modified time | relevance | path

Searched refs:ascii_isLetter (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx73 inline bool ascii_isLetter( sal_Unicode ch ) in ascii_isLetter() function
81 return ascii_isLetter( ch ) || ascii_isDigit( ch ); in isLetterOrDigit()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.cxx43 inline sal_Bool ascii_isLetter( sal_Unicode ch ) in ascii_isLetter() function
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx44 inline sal_Bool ascii_isLetter( sal_Unicode ch ) in ascii_isLetter() function
422 while ((n < rStr.Len()) && ascii_isLetter(rStr.GetChar(n))) n++; in ParseMonth()
451 (ascii_isLetter (rDateField.GetChar(nIndex)) || in ParseDateField()
459 if (ascii_isLetter (rDateField.GetChar(nIndex))) in ParseDateField()

Completed in 41 milliseconds