Home
last modified time | relevance | path

Searched refs:nShortenedLength (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sal/rtl/source/
H A Dustring.c194 sal_Int32 nShortenedLength ) in rtl_ustr_ascii_shortenedCompare_WithLength() argument
198 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() argument
371 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()
H A Dstrtmpl.c114 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 25 milliseconds