Lines Matching refs:nQuoteEnd
1222 xub_StrLen nQuoteEnd = 0; in lcl_IsAtStart() local
1226 bParsed = lcl_Dequote( rList, 0, nQuoteEnd, aDequoted ); in lcl_IsAtStart()
1238 if ( lcl_Dequote( rList, nStartPos, nQuoteEnd, aDequoted ) ) in lcl_IsAtStart()
1242 while ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ' ' ) in lcl_IsAtStart()
1243 ++nQuoteEnd; in lcl_IsAtStart()
1246 if ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ';' && pFunc ) in lcl_IsAtStart()
1249 if ( lcl_ParseFunction( rList, nQuoteEnd + 1, nFuncEnd, *pFunc ) ) in lcl_IsAtStart()
1250 nQuoteEnd = nFuncEnd; in lcl_IsAtStart()
1252 if ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ']' ) in lcl_IsAtStart()
1254 ++nQuoteEnd; // include the closing bracket for the matched length in lcl_IsAtStart()
1277 nQuoteEnd = nClosePos + 1; in lcl_IsAtStart()
1285 nMatchList = nQuoteEnd; // match count in the list string, including quotes in lcl_IsAtStart()