Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCollationPCE

203 struct UCollationPCE : public UObject
211 UCollationPCE(UCollationElements *elems);
212 ~UCollationPCE();
220 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UCollationPCE)
222 UCollationPCE::UCollationPCE(UCollationElements *elems)
227 void UCollationPCE::init(const UCollator *coll)
237 UCollationPCE::~UCollationPCE()
439 elems->pce = new UCollationPCE(elems);
536 elems->pce = new UCollationPCE(elems);