Searched refs:nHashCode (Results 1 – 5 of 5) sorted by relevance
198 sal_Int32 nHashCode = aLocale.hashCode(); in TEST_F() local199 printf("Hashcode: %d\n", nHashCode); in TEST_F()200 ASSERT_TRUE(nHashCode != 0) << "locale hashcode must be 3831"; in TEST_F()206 sal_Int32 nHashCode = rtl_locale_hashCode(aLocale.getData()); in TEST_F() local207 printf("Hashcode: %d\n", nHashCode); in TEST_F()208 ASSERT_TRUE(nHashCode != 0) << "locale hashcode must be 3831"; in TEST_F()
410 sal_Int32 nHashCode = aToken.hashCode(); in startElement() local411 if ( nHashCode == m_nHashCode_Style_Radio ) in startElement()413 else if ( nHashCode == m_nHashCode_Style_Left ) in startElement()415 else if ( nHashCode == m_nHashCode_Style_AutoSize ) in startElement()417 else if ( nHashCode == m_nHashCode_Style_DropDown ) in startElement()419 else if ( nHashCode == m_nHashCode_Style_Repeat ) in startElement()421 else if ( nHashCode == m_nHashCode_Style_DropDownOnly ) in startElement()423 else if ( nHashCode == m_nHashCode_Style_DropDown ) in startElement()425 else if ( nHashCode == m_nHashCode_Style_Text ) in startElement()427 else if ( nHashCode == m_nHashCode_Style_Image ) in startElement()
249 sal_Int32 nHashCode = rtl_str_hashCode( aStr1.getStr() ); in TEST_F() local250 ASSERT_TRUE(nHashCode == 0) << "the hashCode of an empty string must be 0."; in TEST_F()256 sal_Int32 nHashCode = rtl_str_hashCode( aStr1.getStr() ); in TEST_F() local257 printf("hashcode: %d\n", nHashCode); in TEST_F()
272 sal_Int32 nHashCode = xAttribs->getValueByIndex( n ).hashCode(); in startElement() local273 if ( nHashCode == m_nHashMaskModeBitmap ) in startElement()275 else if ( nHashCode == m_nHashMaskModeColor ) in startElement()
96 sal_Int32 nHashCode = font.GetFontFileName()->hashCode(); in FontProperties() local98 nHashFaceName.append(nHashCode, 16); in FontProperties()