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()
245 setCollNonIgnorable(rbUCA); in TestRulesNonIgnorable()
247 testConformance(rbUCA); in TestRulesNonIgnorable()
259 setCollShifted(rbUCA); in TestRulesShifted()
261 testConformance(rbUCA); in TestRulesShifted()
Ducaconf.h44 UCollator *rbUCA; variable