Lines Matching refs:fData
34 fData = 0;
53 fData = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
54 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
143 fData((TransliterationRuleData*)theData), // cast away const
145 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
155 fData(theData),
157 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
165 Transliterator(other), fData(other.fData),
178 fData = new TransliterationRuleData(*other.fData);
188 delete fData;
261 if (fData != NULL) {
264 fData->ruleSet.transliterate(text, index, isIncremental)) {
276 return fData->ruleSet.toRules(rulesSource, escapeUnprintable);
283 fData->ruleSet.getSourceTargetSet(result, FALSE);
290 return fData->ruleSet.getSourceTargetSet(result, TRUE);