Searched refs:pAscii (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sal/qa/rtl/oustring/ |
| H A D | rtl_ustr.cxx | 933 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 971 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in equal() [all …]
|
| /AOO41X/main/svx/source/form/ |
| H A D | fmsrccfg.cxx | 115 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 D | testregistry.cxx | 291 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()
|