Home | History | Annotate | Download | only in dist

Lines Matching refs:nPercent

26043   int i, nPercent;
26046 for(i=0, nPercent=0; zFormat[i]; i++){
26047 if( zFormat[i]=='%' ) nPercent++;
26049 if( nPercent>1 ){