Searched refs:lStartPos (Results 1 – 1 of 1) sorted by relevance
981 if( lStartPos <= 0 || lStartPos > 0xffff ) in RTLFUNC()984 lStartPos = 1; in RTLFUNC()986 nStartPos = (sal_uInt16)lStartPos; in RTLFUNC()1060 sal_Int32 lStartPos = -1; in RTLFUNC() local1064 if( (lStartPos <= 0 && lStartPos != -1) || lStartPos > 0xffff ) in RTLFUNC()1067 lStartPos = -1; in RTLFUNC()1087 sal_uInt16 nStartPos = lStartPos == -1 ? nStrLen : (sal_uInt16)lStartPos; in RTLFUNC()1383 sal_Int32 lStartPos = 1; in RTLFUNC() local1388 if( lStartPos < 1 || lStartPos > 0xffff ) in RTLFUNC()1391 lStartPos = 1; in RTLFUNC()[all …]
Completed in 32 milliseconds