Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/oustring/
H A Drtl_ustr.cxx765 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("referenceString")); in TEST_F() local
768 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F()
774 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("referenceString")); in TEST_F() local
783 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("reference")); in TEST_F() local
786 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F()
792 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("reference")); in TEST_F() local
795 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F()
801 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("defghi")); in TEST_F() local
804 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F()
810 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("abc")); in TEST_F() local
[all …]
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx361 bool Equals(OUString refStr);
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx864 bool XMLElement::Equals(OUString refStr){ in Equals() argument
866 return refStr.equals( ToOUString() ); in Equals()

Completed in 51 milliseconds