Home | History | Annotate | Download | only in i18n

Lines Matching refs:fFastParseStatus

429     data.fFastParseStatus=kFastpathUNKNOWN; // don't try to calculate the fastpath until later.
578 data.fFastParseStatus = kFastpathNO; // allow it to be calculated
1295 if(data.fFastFormatStatus == kFastpathUNKNOWN || data.fFastParseStatus == kFastpathUNKNOWN) {
1299 data.fFastParseStatus = data.fFastFormatStatus = kFastpathNO;
1318 data.fFastParseStatus = kFastpathYES;
2527 if((data.fFastParseStatus==kFastpathYES) &&