Lines Matching refs:nRet

158     sal_Int32 nRet;  in rtl_ustr_ascii_compare()  local
159 while ( ((nRet = ((sal_Int32)(*pStr1))- in rtl_ustr_ascii_compare()
167 return nRet; in rtl_ustr_ascii_compare()
176 sal_Int32 nRet = 0; in rtl_ustr_ascii_compare_WithLength() local
177 while( ((nRet = (nStr1Len ? (sal_Int32)(*pStr1) : 0)- in rtl_ustr_ascii_compare_WithLength()
186 return nRet; in rtl_ustr_ascii_compare_WithLength()
197 sal_Int32 nRet; in rtl_ustr_ascii_shortenedCompare_WithLength() local
204 nRet = ((sal_Int32)*pStr1)- in rtl_ustr_ascii_shortenedCompare_WithLength()
206 if ( nRet != 0 ) in rtl_ustr_ascii_shortenedCompare_WithLength()
207 return nRet; in rtl_ustr_ascii_shortenedCompare_WithLength()
221 nRet = -1; in rtl_ustr_ascii_shortenedCompare_WithLength()
226 nRet = pStr1End - pStr1; in rtl_ustr_ascii_shortenedCompare_WithLength()
229 return nRet; in rtl_ustr_ascii_shortenedCompare_WithLength()
241 sal_Int32 nRet; in rtl_ustr_asciil_reverseCompare_WithLength() local
246 nRet = ((sal_Int32)*pStr1Run)-((sal_Int32)*pStr2Run); in rtl_ustr_asciil_reverseCompare_WithLength()
247 if ( nRet ) in rtl_ustr_asciil_reverseCompare_WithLength()
248 return nRet; in rtl_ustr_asciil_reverseCompare_WithLength()
278 sal_Int32 nRet; in rtl_ustr_ascii_compareIgnoreAsciiCase() local
290 nRet = c1-c2; in rtl_ustr_ascii_compareIgnoreAsciiCase()
291 if ( nRet != 0 ) in rtl_ustr_ascii_compareIgnoreAsciiCase()
292 return nRet; in rtl_ustr_ascii_compareIgnoreAsciiCase()
308 sal_Int32 nRet; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength() local
323 nRet = c1-c2; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
324 if ( nRet != 0 ) in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
325 return nRet; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength()
368 sal_Int32 nRet; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength() local
384 nRet = c1-c2; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
385 if ( nRet != 0 ) in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
386 return nRet; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
400 nRet = -1; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
405 nRet = pStr1End - pStr1; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
408 return nRet; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()