Lines Matching refs:nBlank
796 xub_StrLen& nNum, xub_StrLen& nBlank, xub_StrLen& nSym ) in scanCurrFormatImpl() argument
798 nSign = nPar = nNum = nBlank = nSym = STRING_NOTFOUND; in scanCurrFormatImpl()
839 if ( !nInSection && nBlank == STRING_NOTFOUND in scanCurrFormatImpl()
841 nBlank = (xub_StrLen)(p - pStr + 1); in scanCurrFormatImpl()
849 nBlank = (xub_StrLen)(p - pStr - 2); in scanCurrFormatImpl()
860 if ( nBlank == STRING_NOTFOUND && pStr < p && *(p-1) == ' ' ) in scanCurrFormatImpl()
861 nBlank = (xub_StrLen)(p - pStr - 1); in scanCurrFormatImpl()
863 if ( nBlank == STRING_NOTFOUND && p < pStop-2 && *(p+2) == ' ' ) in scanCurrFormatImpl()
864 nBlank = (xub_StrLen)(p - pStr + 2); 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()
936 if ( nBlank == STRING_NOTFOUND ) in getCurrFormatsImpl()
958 scanCurrFormatImpl( rCode, nDelim+1, nSign, nPar, nNum, nBlank, nSym ); in getCurrFormatsImpl()
967 if ( nBlank == STRING_NOTFOUND ) in getCurrFormatsImpl()