Lines Matching refs:pAscii
933 char const * pAscii = "reference"; in zero_length() local
935 sal_Int32 value = rtl_ustr_ascii_compare_WithLength(pUnicode, 0, pAscii); in zero_length()
942 char const * pAscii = "reference"; in equal_ascii_shorter() local
944 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in equal_ascii_shorter()
951 char const * pAscii = "reference"; in equal_ascii_shorter_asciiLength() local
953 …value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, rtl_str_getLength(pAscii), pAscii); in equal_ascii_shorter_asciiLength()
960 char const * pAscii = "referenceString"; in equal_ref_shorter() local
962 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in equal_ref_shorter()
969 char const * pAscii = "reference"; in equal() local
971 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in equal()
978 char const * pAscii = "abc"; in unequal_reference_bigger() local
980 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in unequal_reference_bigger()
987 char const * pAscii = "defghi"; in unequal_ascii_bigger() local
989 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in unequal_ascii_bigger()