Searched refs:isAlphanum (Results 1 – 1 of 1) sorted by relevance
46 inline bool isAlphanum(sal_Unicode c) in isAlphanum() function85 if (bEnd || !isAlphanum(c)) in Impl()100 else if (!isAlphanum(c)) in Impl()107 if (bEnd || !isAlphanum(c)) in Impl()122 else if (bEnd || !isAlphanum(c)) in Impl()252 if (!isAlphanum(c) && c != 0x21 && c != 0x24 // '!', '$' in create()
Completed in 12 milliseconds