Home
last modified time | relevance | path

Searched refs:freeHook (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c99 static UChar* toUChar(const char *src, void **freeHook) { in toUChar() argument
143 dest->link = (StringStruct*)(*freeHook); in toUChar()
144 *freeHook = dest; in toUChar()
649 void *freeHook = NULL; in TestBreakIteratorRules() local
656 uData = toUChar(data, &freeHook); in TestBreakIteratorRules()
719 freeToUCharStrings(&freeHook); in TestBreakIteratorRules()
732 void *freeHook = NULL; in TestBreakIteratorRuleError() local
737 uRules = toUChar(rules, &freeHook); in TestBreakIteratorRuleError()
750 freeToUCharStrings(&freeHook); in TestBreakIteratorRuleError()