Home | History | Annotate | Download | only in i18n

Lines Matching refs:fFastFormatStatus

382     data.fFastFormatStatus=kFastpathUNKNOWN; // don't try to calculate the fastpath until later.
529 data.fFastFormatStatus = kFastpathNO; // allow it to be calculated
1028 if(data.fFastFormatStatus == kFastpathUNKNOWN || data.fFastParseStatus == kFastpathUNKNOWN) {
1032 data.fFastParseStatus = data.fFastFormatStatus = kFastpathNO;
1083 data.fFastFormatStatus = kFastpathYES;
1145 if( data.fFastFormatStatus==kFastpathYES) {