Home | History | Annotate | Download | only in i18n

Lines Matching refs:kFastpathUNKNOWN

382     data.fFastFormatStatus=kFastpathUNKNOWN; // don't try to calculate the fastpath until later.
383 data.fFastParseStatus=kFastpathUNKNOWN; // don't try to calculate the fastpath until later.
1028 if(data.fFastFormatStatus == kFastpathUNKNOWN || data.fFastParseStatus == kFastpathUNKNOWN) {