Home | History | Annotate | Download | only in text

Lines Matching defs:fSpoofData

433         SpoofData fSpoofData;
446 fSpoofData = null;
458 fSpoofData = src.fSpoofData; // For the data, we will either use the source data
474 if (fSpoofData == null) {
476 fSpoofData = SpoofData.getDefault();
485 // If the builder subsequently needs to modify fSpoofData
490 result.fSpoofData = this.fSpoofData;
515 fSpoofData = new SpoofData();
516 ConfusabledataBuilder.buildConfusableData(confusables, fSpoofData);
1395 this.fSpoofData.confusableLookup(c, skelSB);
1433 if (fSpoofData != otherSC.fSpoofData && fSpoofData != null && !fSpoofData.equals(otherSC.fSpoofData)) {
1459 ^ fSpoofData.hashCode()
1591 private SpoofData fSpoofData;