Lines Matching refs:pAscii
757 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
795 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in TEST_F()
802 char const * pAscii = "abc"; in TEST_F() local
804 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in TEST_F()
811 char const * pAscii = "defghi"; in TEST_F() local
813 …nt32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pAscii); in TEST_F()