OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbUCA
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
ucaconf.h
44
UCollator *
rbUCA
;
ucaconf.cpp
23
rbUCA
(NULL),
44
if(
rbUCA
) {
45
ucol_close(
rbUCA
);
70
if(!
rbUCA
) {
78
rbUCA
= ucol_openRules(ucarules, size, UCOL_DEFAULT, UCOL_TERTIARY,
273
setCollNonIgnorable(
rbUCA
);
275
testConformance(
rbUCA
);
287
setCollShifted(
rbUCA
);
289
testConformance(
rbUCA
);
/external/icu/icu4c/source/test/intltest/
ucaconf.h
44
Collator *
rbUCA
;
ucaconf.cpp
26
rbUCA
(NULL),
52
delete
rbUCA
;
73
if(!
rbUCA
) {
77
rbUCA
= new RuleBasedCollator(ucarules, status);
180
if(coll ==
rbUCA
) {
316
setCollNonIgnorable(
rbUCA
);
318
testConformance(
rbUCA
);
330
setCollShifted(
rbUCA
);
332
testConformance(
rbUCA
);
Completed in 147 milliseconds