Home
last modified time | relevance | path

Searched refs:pAscii (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sal/qa/rtl/oustring/
H A Drtl_ustr.cxx933 char const * pAscii = "reference"; in zero_length() local
935 sal_Int32 value = rtl_ustr_ascii_compare_WithLength(pUnicode, 0, pAscii); in zero_length()
942 char const * pAscii = "reference"; in equal_ascii_shorter() local
944 …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() local
953 …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() local
962 …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() local
978 char const * pAscii = "abc"; in unequal_reference_bigger() local
[all …]
/aoo41x/main/svx/source/form/
H A Dfmsrccfg.cxx115 const sal_Char* pAscii; member
157 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()
/aoo41x/main/stoc/test/
H A Dtestregistry.cxx291 OUString pAscii[3]; in test_SimpleRegistry() local
292 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 31 milliseconds