Lines Matching refs:UnicodeFunctor
153 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
191 const UnicodeFunctor* ParseData::lookupMatcher(UChar32 ch) const { in lookupMatcher()
194 const UnicodeFunctor* set = NULL; in lookupMatcher()
199 (UnicodeFunctor*) variablesVector->elementAt(j) : 0; in lookupMatcher()
233 UnicodeFunctor *f = (UnicodeFunctor*) variablesVector->elementAt(i); in isMatcher()
248 UnicodeFunctor *f = (UnicodeFunctor*) variablesVector->elementAt(i); in isReplacer()
674 UnicodeFunctor *m = in parseSection()
851 delete (UnicodeFunctor*)variablesVector.orphanElementAt(0); in ~TransliteratorParser()
913 delete (UnicodeFunctor*)variablesVector.orphanElementAt(0); in parseRules()
1096 … data->variables = (UnicodeFunctor**)uprv_malloc(data->variablesLength * sizeof(UnicodeFunctor*)); in parseRules()
1107 static_cast<UnicodeFunctor *>(variablesVector.elementAt(j)); in parseRules()
1436 UnicodeFunctor** segmentsArray = NULL; in parseRule()
1438 … segmentsArray = (UnicodeFunctor **)uprv_malloc(segmentObjects.size() * sizeof(UnicodeFunctor *)); in parseRule()
1524 UChar TransliteratorParser::generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status) { in generateStandInFor()