Searched refs:pAscii (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sal/qa/rtl/oustring/ |
| H A D | rtl_ustr.cxx | 757 char const * pAscii = "reference"; in TEST_F() local 759 sal_Int32 value = rtl_ustr_ascii_compare_WithLength(pUnicode, 0, pAscii); in TEST_F() 766 char const * pAscii = "reference"; in TEST_F() local 768 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in TEST_F() 775 char const * pAscii = "reference"; in TEST_F() local 777 …value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, rtl_str_getLength(pAscii), pAscii); in TEST_F() 784 char const * pAscii = "referenceString"; in TEST_F() local 786 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in TEST_F() 793 char const * pAscii = "reference"; in TEST_F() local 795 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in TEST_F() [all …]
|
| /trunk/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()
|
| /trunk/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()
|