Lines Matching refs:pStr2

156                                            const sal_Char* pStr2 )  in rtl_ustr_ascii_compare()  argument
160 ((sal_Int32)((unsigned char)(*pStr2)))) == 0) && in rtl_ustr_ascii_compare()
161 *pStr2 ) in rtl_ustr_ascii_compare()
164 pStr2++; in rtl_ustr_ascii_compare()
174 const sal_Char* pStr2 ) in rtl_ustr_ascii_compare_WithLength() argument
178 ((sal_Int32)((unsigned char)(*pStr2)))) == 0) && in rtl_ustr_ascii_compare_WithLength()
179 nStr1Len && *pStr2 ) in rtl_ustr_ascii_compare_WithLength()
182 pStr2++; in rtl_ustr_ascii_compare_WithLength()
193 const sal_Char* pStr2, in rtl_ustr_ascii_shortenedCompare_WithLength() argument
199 (pStr1 < pStr1End) && *pStr2 ) in rtl_ustr_ascii_shortenedCompare_WithLength()
202 OSL_ENSURE( (*pStr2 & 0x80) == 0, "Found ASCII char > 127"); in rtl_ustr_ascii_shortenedCompare_WithLength()
205 ((sal_Int32)(unsigned char)*pStr2); in rtl_ustr_ascii_shortenedCompare_WithLength()
211 pStr2++; in rtl_ustr_ascii_shortenedCompare_WithLength()
217 if ( *pStr2 ) in rtl_ustr_ascii_shortenedCompare_WithLength()
236 const sal_Char* pStr2, in rtl_ustr_asciil_reverseCompare_WithLength() argument
240 const sal_Char* pStr2Run = pStr2+nStr2Len; in rtl_ustr_asciil_reverseCompare_WithLength()
242 while ( (pStr1 < pStr1Run) && (pStr2 < pStr2Run) ) in rtl_ustr_asciil_reverseCompare_WithLength()
257 const sal_Char* pStr2, in rtl_ustr_asciil_reverseEquals_WithLength() argument
261 const sal_Char* pStr2Run = pStr2+nStrLen; in rtl_ustr_asciil_reverseEquals_WithLength()
276 const sal_Char* pStr2 ) in rtl_ustr_ascii_compareIgnoreAsciiCase() argument
285 c2 = (sal_Int32)((unsigned char)*pStr2); in rtl_ustr_ascii_compareIgnoreAsciiCase()
295 pStr2++; in rtl_ustr_ascii_compareIgnoreAsciiCase()
306 const sal_Char* pStr2 ) in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() argument
314 return *pStr2 == '\0' ? 0 : -1; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
318 c2 = (sal_Int32)((unsigned char)*pStr2); in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
328 pStr2++; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
364 const sal_Char* pStr2, in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength() argument
372 (pStr1 < pStr1End) && *pStr2 ) in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
375 OSL_ENSURE( (*pStr2 & 0x80) == 0, "Found ASCII char > 127"); in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
379 c2 = (sal_Int32)((unsigned char)*pStr2); in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
390 pStr2++; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
396 if ( *pStr2 ) in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()