Searched refs:decoll (Results 1 – 4 of 4) sorted by relevance
44 fldset.o dadrfmt.o dadrcal.o dcfmapts.o decoll.o dtfmapts.o dtfmrgts.o dtfmtrtts.o dtfmttst.o \
5634 UCollator* decoll; in TestImportWithType() local5673 decoll = ucol_open("de-u-co-phonebk", &status); in TestImportWithType()5680 derules = ucol_getRules(decoll, &deruleslength); in TestImportWithType()5738 ucol_close(decoll); in TestImportWithType()
3096 …RuleBasedCollator decoll = (RuleBasedCollator)Collator.getInstance(ULocale.forLanguageTag("de-u-co… in TestImportWithType() local3097 … RuleBasedCollator videcoll = new RuleBasedCollator(vicoll.getRules() + decoll.getRules()); in TestImportWithType()
3099 …RuleBasedCollator decoll = (RuleBasedCollator)Collator.getInstance(ULocale.forLanguageTag("de-u-co… in TestImportWithType() local3100 … RuleBasedCollator videcoll = new RuleBasedCollator(vicoll.getRules() + decoll.getRules()); in TestImportWithType()