Lines Matching refs:nSym

796 		xub_StrLen& nNum, xub_StrLen& nBlank, xub_StrLen& nSym )  in scanCurrFormatImpl()  argument
798 nSign = nPar = nNum = nBlank = nSym = STRING_NOTFOUND; in scanCurrFormatImpl()
840 && nSym != STRING_NOTFOUND && p < pStop-1 && *(p+1) == ' ' ) in scanCurrFormatImpl()
845 if ( nSym == STRING_NOTFOUND && nInSection && *(p-1) == '[' ) in scanCurrFormatImpl()
847 nSym = (xub_StrLen)(p - pStr + 1); in scanCurrFormatImpl()
857 …if ( !nInSection && nSym == STRING_NOTFOUND && rCode.Equals( aCurrSymbol, (xub_StrLen)(p-pStr), aC… in scanCurrFormatImpl()
859 nSym = (xub_StrLen)(p - pStr); in scanCurrFormatImpl()
925 xub_StrLen nSign, nPar, nNum, nBlank, nSym; in getCurrFormatsImpl() local
929 scanCurrFormatImpl( pFormatArr[nElem].Code, 0, nSign, nPar, nNum, nBlank, nSym ); in getCurrFormatsImpl()
930 if (areChecksEnabled() && (nNum == STRING_NOTFOUND || nSym == STRING_NOTFOUND)) in getCurrFormatsImpl()
938 if ( nSym < nNum ) in getCurrFormatsImpl()
945 if ( nSym < nNum ) in getCurrFormatsImpl()
958 scanCurrFormatImpl( rCode, nDelim+1, nSign, nPar, nNum, nBlank, nSym ); in getCurrFormatsImpl()
960 nSym == STRING_NOTFOUND || (nPar == STRING_NOTFOUND && in getCurrFormatsImpl()
969 if ( nSym < nNum ) in getCurrFormatsImpl()
971 if ( nPar < nSym ) in getCurrFormatsImpl()
973 else if ( nSign < nSym ) in getCurrFormatsImpl()
986 else if ( nSym < nSign ) in getCurrFormatsImpl()
994 if ( nSym < nNum ) in getCurrFormatsImpl()
996 if ( nPar < nSym ) in getCurrFormatsImpl()
998 else if ( nSign < nSym ) in getCurrFormatsImpl()
1011 else if ( nSym < nSign ) in getCurrFormatsImpl()