Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dmethods.cxx981 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() local
1064 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() local
1388 if( lStartPos < 1 || lStartPos > 0xffff ) in RTLFUNC()
1391 lStartPos = 1; in RTLFUNC()
[all …]

Completed in 27 milliseconds