Searched refs:pAscii (Results 1 – 3 of 3) sorted by relevance
933 char const * pAscii = "reference"; in zero_length() local935 sal_Int32 value = rtl_ustr_ascii_compare_WithLength(pUnicode, 0, pAscii); in zero_length()942 char const * pAscii = "reference"; in equal_ascii_shorter() local944 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in equal_ascii_shorter()951 char const * pAscii = "reference"; in equal_ascii_shorter_asciiLength() local953 …value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, rtl_str_getLength(pAscii), pAscii); in equal_ascii_shorter_asciiLength()960 char const * pAscii = "referenceString"; in equal_ref_shorter() local962 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in equal_ref_shorter()969 char const * pAscii = "reference"; in equal() local978 char const * pAscii = "abc"; in unequal_reference_bigger() local[all …]
115 const sal_Char* pAscii; member157 while ( pSearch && pSearch->pAscii ) in lcl_implMapAsciiValue()159 if ( 0 == _rAsciiValue.compareToAscii( pSearch->pAscii ) ) in lcl_implMapAsciiValue()181 while ( pSearch && pSearch->pAscii ) in lcl_implMapIntValue()185 return pSearch->pAscii; in lcl_implMapIntValue()
291 OUString pAscii[3]; in test_SimpleRegistry() local292 pAscii[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("Hallo") ); in test_SimpleRegistry()293 pAscii[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("jetzt komm") ); in test_SimpleRegistry()294 pAscii[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("ich") ); in test_SimpleRegistry()296 Sequence<OUString> seqAscii(pAscii, 3); in test_SimpleRegistry()
Completed in 23 milliseconds