Searched refs:nClosePos (Results 1 – 1 of 1) sorted by relevance
1263 xub_StrLen nClosePos = rList.Search( static_cast<sal_Unicode>(']'), nStartPos ); in lcl_IsAtStart() local1264 if ( nClosePos != STRING_NOTFOUND ) in lcl_IsAtStart()1266 xub_StrLen nNameEnd = nClosePos; in lcl_IsAtStart()1268 if ( nSemiPos != STRING_NOTFOUND && nSemiPos < nClosePos && pFunc ) in lcl_IsAtStart()1277 nQuoteEnd = nClosePos + 1; in lcl_IsAtStart()
Completed in 29 milliseconds