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.cxx860 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("referenceString")); in TEST_F() local
863 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F()
869 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("referenceString")); in TEST_F() local
872 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, rtl_str_getLength(pAscii… in TEST_F()
878 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("reference")); in TEST_F() local
881 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F()
887 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("reference")); in TEST_F() local
890 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F()
896 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("defghi")); in TEST_F() local
899 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F()
[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()