Home
last modified time | relevance | path

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

/trunk/main/xml2cmp/source/x2cclass/
H A Dxml_cdff.cxx104 INT32 nTokenLength = 0; in Parse() local
133 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()
/trunk/main/l10ntools/source/
H A Dwtratree.cxx318 UINT32 nTokenLength = pInputPosition-pInputCurTokenStart; in Handle_TokenToKeep() local
320 memcpy(pOutputPosition,pInputCurTokenStart,nTokenLength); in Handle_TokenToKeep()
322 pOutputPosition += nTokenLength; in Handle_TokenToKeep()
/trunk/main/sax/source/tools/
H A Dconverter.cxx1326 const sal_Int32 nTokenLength(io_rnPos - nOldPos); in readDateTimeComponent() local
1327 if ((nTokenLength < nMinLength) || in readDateTimeComponent()
1328 (bExactLength && (nTokenLength > nMinLength))) in readDateTimeComponent()

Completed in 27 milliseconds