Home
last modified time | relevance | path

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

/aoo41x/main/cppuhelper/source/
H A Dunourl.cxx46 inline bool isAlphanum(sal_Unicode c) in isAlphanum() function
85 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 16 milliseconds