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