Searched refs:freeHook (Results 1 – 1 of 1) sorted by relevance
99 static UChar* toUChar(const char *src, void **freeHook) { in toUChar() argument143 dest->link = (StringStruct*)(*freeHook); in toUChar()144 *freeHook = dest; in toUChar()649 void *freeHook = NULL; in TestBreakIteratorRules() local656 uData = toUChar(data, &freeHook); in TestBreakIteratorRules()719 freeToUCharStrings(&freeHook); in TestBreakIteratorRules()732 void *freeHook = NULL; in TestBreakIteratorRuleError() local737 uRules = toUChar(rules, &freeHook); in TestBreakIteratorRuleError()750 freeToUCharStrings(&freeHook); in TestBreakIteratorRuleError()