Searched refs:nShortenedLength (Results 1 – 2 of 2) sorted by relevance
194 sal_Int32 nShortenedLength ) in rtl_ustr_ascii_shortenedCompare_WithLength() argument198 while ( (nShortenedLength > 0) && in rtl_ustr_ascii_shortenedCompare_WithLength()209 nShortenedLength--; in rtl_ustr_ascii_shortenedCompare_WithLength()214 if ( nShortenedLength <= 0 ) in rtl_ustr_ascii_shortenedCompare_WithLength()365 … sal_Int32 nShortenedLength ) in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength() argument371 while ( (nShortenedLength > 0) && in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()388 nShortenedLength--; in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()393 if ( nShortenedLength <= 0 ) in rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength()
114 sal_Int32 nShortenedLength ) in IMPL_RTL_STRNAME()119 while ( (nShortenedLength > 0) && in IMPL_RTL_STRNAME()127 nShortenedLength--; in IMPL_RTL_STRNAME()132 if ( nShortenedLength <= 0 ) in IMPL_RTL_STRNAME()227 … sal_Int32 nShortenedLength ) in IMPL_RTL_STRNAME()234 while ( (nShortenedLength > 0) && in IMPL_RTL_STRNAME()248 nShortenedLength--; in IMPL_RTL_STRNAME()253 if ( nShortenedLength <= 0 ) in IMPL_RTL_STRNAME()
Completed in 22 milliseconds