Searched refs:nTokenLength (Results 1 – 3 of 3) sorted by relevance
104 INT32 nTokenLength = 0; in Parse() local133 nTokenLength = 0; in Parse()163 nTokenLength--; in Parse()165 while ( nTokenLength > 0 in Parse()166 && isspace(pTokenStart[nTokenLength-1]) ) in Parse()168 nTokenLength--; in Parse()171 pCurTagData->push_back(ByteString(pTokenStart,nTokenLength)); in Parse()175 nTokenLength++; in Parse()182 ++nTokenLength; in Parse()
318 UINT32 nTokenLength = pInputPosition-pInputCurTokenStart; in Handle_TokenToKeep() local320 memcpy(pOutputPosition,pInputCurTokenStart,nTokenLength); in Handle_TokenToKeep()322 pOutputPosition += nTokenLength; in Handle_TokenToKeep()
1326 const sal_Int32 nTokenLength(io_rnPos - nOldPos); in readDateTimeComponent() local1327 if ((nTokenLength < nMinLength) || in readDateTimeComponent()1328 (bExactLength && (nTokenLength > nMinLength))) in readDateTimeComponent()
Completed in 77 milliseconds