Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/oustring/
H A Drtl_ustr.cxx757 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
802 char const * pAscii = "abc"; in TEST_F() local
[all …]
/trunk/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()
/trunk/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 33 milliseconds