Searched refs:isAlphaNumeric (Results 1 – 8 of 8) sorted by relevance
281 if (!isAlphaNumeric(aKey)) { in buildParamHashMap()314 if (!isAlphaNumeric(partName)) { in parseUnoUrlPart()326 private static boolean isAlphaNumeric(String s) { in isAlphaNumeric() method in UnoUrl
209 sal_Bool isAlphaNumeric( const String& rStr, xub_StrLen nPos ) const;214 sal_Bool isAlphaNumeric( const String& rStr ) const;
48 sal_Bool isAlphaNumeric( sal_Unicode c ) const in isAlphaNumeric() function in SbxSimpleCharClass90 while( *p && (rCharClass.isAlphaNumeric( *p ) || *p == '_') ) in Symbol()
289 sal_Bool CharClass::isAlphaNumeric( const String& rStr, xub_StrLen nPos ) const in isAlphaNumeric() function in CharClass311 sal_Bool CharClass::isAlphaNumeric( const String& rStr ) const in isAlphaNumeric() function in CharClass
234 …for ( ; (BasicSimpleCharClass::isAlphaNumeric( *pLine, bCompatible ) || ( *pLine == '_' ) ); pLine… in NextSym()399 while( BasicSimpleCharClass::isAlphaNumeric( *pLine & 0xFF, bCompatible ) ) in NextSym()
135 static sal_Bool isAlphaNumeric( sal_Unicode c, bool bCompatible ) in isAlphaNumeric() function in BasicSimpleCharClass
268 static sal_Bool isAlphaNumeric( sal_Unicode c, bool bCompatible ) in isAlphaNumeric() function in BasicSimpleCharClass
932 sal_Bool bIsAlphaNum = aCC.isAlphaNumeric( sNodeText, 0 ); in GetReferenceTextPos()
Completed in 28 milliseconds