Lines Matching refs:UnicodeFunctor
151 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
189 const UnicodeFunctor* ParseData::lookupMatcher(UChar32 ch) const { in lookupMatcher()
192 const UnicodeFunctor* set = NULL; in lookupMatcher()
197 (UnicodeFunctor*) variablesVector->elementAt(i) : 0; in lookupMatcher()
231 UnicodeFunctor *f = (UnicodeFunctor*) variablesVector->elementAt(i); in isMatcher()
246 UnicodeFunctor *f = (UnicodeFunctor*) variablesVector->elementAt(i); in isReplacer()
672 UnicodeFunctor *m = in parseSection()
849 delete (UnicodeFunctor*)variablesVector.orphanElementAt(0); in ~TransliteratorParser()
911 delete (UnicodeFunctor*)variablesVector.orphanElementAt(0); in parseRules()
1094 … data->variables = (UnicodeFunctor**)uprv_malloc(data->variablesLength * sizeof(UnicodeFunctor*)); in parseRules()
1434 UnicodeFunctor** segmentsArray = NULL; in parseRule()
1436 … segmentsArray = (UnicodeFunctor **)uprv_malloc(segmentObjects.size() * sizeof(UnicodeFunctor *)); in parseRule()
1522 UChar TransliteratorParser::generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status) { in generateStandInFor()