Searched refs:getUnicodeType (Results 1 – 3 of 3) sorted by relevance
333 unicode::getUnicodeType( const sal_Unicode ch ) { in getUnicodeType() function in unicode404 return (bit(getUnicodeType(ch)) & (mask)) != 0;\430 switch ( getUnicodeType( ch ) ) { in getCharType()
40 static sal_Int16 SAL_CALL getUnicodeType( const sal_Unicode ch );
91 const sal_Int16 nType = unicode::getUnicodeType( cChar ); in lcl_getMappingTypeForToggleCase()
Completed in 15 milliseconds