RuleBasedCollator constructor. This takes the table rules and builds a collation table out of them. Please see RuleBasedCollator class description for more details on the collation rule syntax.
Definition at line 98 of file tblcoll.cpp. References construct(), getUCollationStrength(), and UCOL_DEFAULT. : dataIsOwned(FALSE) { construct(rules, getUCollationStrength(collationStrength), UCOL_DEFAULT, status); }
|