Home
last modified time | relevance | path

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

/aoo42x/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx95 sal_Int32 nStrPointer = 0; in GetSequenceClassIDRepresentation() local
97 while( nSeqInd < 16 && nStrPointer + 1 < nLength ) in GetSequenceClassIDRepresentation()
99 sal_uInt8 nDigit1 = GetDigit_Impl( pString[nStrPointer++] ); in GetSequenceClassIDRepresentation()
100 sal_uInt8 nDigit2 = GetDigit_Impl( pString[nStrPointer++] ); in GetSequenceClassIDRepresentation()
107 if ( nStrPointer < nLength && pString[nStrPointer] == '-' ) in GetSequenceClassIDRepresentation()
108 nStrPointer++; in GetSequenceClassIDRepresentation()
111 if ( nSeqInd == 16 && nStrPointer == nLength ) in GetSequenceClassIDRepresentation()

Completed in 546 milliseconds