Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ducaconf.cpp23 rbUCA(NULL), in UCAConformanceTest()
44 if(rbUCA) { in ~UCAConformanceTest()
45 ucol_close(rbUCA); in ~UCAConformanceTest()
70 if(!rbUCA) { in initRbUCA()
78 rbUCA = ucol_openRules(ucarules, size, UCOL_DEFAULT, UCOL_TERTIARY, in initRbUCA()
273 setCollNonIgnorable(rbUCA); in TestRulesNonIgnorable()
275 testConformance(rbUCA); in TestRulesNonIgnorable()
287 setCollShifted(rbUCA); in TestRulesShifted()
289 testConformance(rbUCA); in TestRulesShifted()
Ducaconf.h44 UCollator *rbUCA; variable