Searched refs:IsImagUnit (Results 1 – 2 of 2) sorted by relevance
701 inline sal_Bool IsImagUnit( sal_Unicode c ) in IsImagUnit() function765 else if( IsImagUnit( c ) ) in ParseDouble()1838 inline sal_Bool Complex::IsImagUnit( sal_Unicode c ) in IsImagUnit() function in Complex1849 if( IsImagUnit( *pStr ) && rStr.getLength() == 1) in ParseString()1867 if( IsImagUnit( pStr[ 1 ] ) ) in ParseString()1876 else if( ParseDouble( pStr, f ) && IsImagUnit( *pStr ) ) in ParseString()
454 inline static sal_Bool IsImagUnit( sal_Unicode c );
Completed in 37 milliseconds