Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcmsccoll.c1932 UCollator *cresulting = NULL; in TestRedundantRules() local
1951 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status); in TestRedundantRules()
1953 testAgainstUCA(cresulting, credundant, "expected", TRUE, &status); in TestRedundantRules()
1956 ucol_close(cresulting); in TestRedundantRules()
1995 UCollator *cresulting = NULL; in TestExpansionSyntax() local
2013 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status); in TestExpansionSyntax()
2017 testAgainstUCA(cresulting, credundant, "expected", FALSE, &status); in TestExpansionSyntax()
2020 ucol_close(cresulting); in TestExpansionSyntax()