Searched refs:nQuoteIndex (Results 1 – 3 of 3) sorted by relevance
1957 xub_StrLen nQuoteIndex = 0; in GetQuotedTokenCount() local1958 while ( nQuoteIndex < nQuotedLen ) in GetQuotedTokenCount()1960 if ( pQuotedStr[nQuoteIndex] == c ) in GetQuotedTokenCount()1962 cQuotedEndChar = pQuotedStr[nQuoteIndex+1]; in GetQuotedTokenCount()1966 nQuoteIndex += 2; in GetQuotedTokenCount()2014 xub_StrLen nQuoteIndex = 0; in GetQuotedToken() local2015 while ( nQuoteIndex < nQuotedLen ) in GetQuotedToken()2017 if ( pQuotedStr[nQuoteIndex] == c ) in GetQuotedToken()2019 cQuotedEndChar = pQuotedStr[nQuoteIndex+1]; in GetQuotedToken()2023 nQuoteIndex += 2; in GetQuotedToken()
720 const sal_Int32 nQuoteIndex (rsText.indexOf(cQuote, nIndex)); in SplitText() local722 if (nQuoteIndex>=0 && (nSeparatorIndex==-1 || nQuoteIndex<nSeparatorIndex)) in SplitText()725 nIndex = nQuoteIndex+1; in SplitText()
1493 sal_Int32 nQuoteIndex = rCommand.indexOf( '\"', nStartIndex); in lcl_ExtractParameter() local1494 if( nQuoteIndex >= 0) in lcl_ExtractParameter()1496 nStartIndex = nQuoteIndex + 1; in lcl_ExtractParameter()1507 if(nQuoteIndex <= 0) in lcl_ExtractParameter()
Completed in 36 milliseconds