Lines Matching refs:refStr
941 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("referenceString")); in equal_ascii_shorter() local
944 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in equal_ascii_shorter()
950 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("referenceString")); in equal_ascii_shorter_asciiLength() local
953 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, rtl_str_getLength(pAscii… in equal_ascii_shorter_asciiLength()
959 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("reference")); in equal_ref_shorter() local
962 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in equal_ref_shorter()
968 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("reference")); in equal() local
971 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in equal()
977 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("defghi")); in unequal_reference_bigger() local
980 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in unequal_reference_bigger()
986 rtl::OUString refStr(RTL_CONSTASCII_USTRINGPARAM("abc")); in unequal_ascii_bigger() local
989 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in unequal_ascii_bigger()