Home
last modified time | relevance | path

Searched refs:UCollationPCE (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ducoleitr.cpp203 struct UCollationPCE : public UObject struct
211 UCollationPCE(UCollationElements *elems); argument
212 ~UCollationPCE();
220 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UCollationPCE) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
222 UCollationPCE::UCollationPCE(UCollationElements *elems) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
227 void UCollationPCE::init(const UCollator *coll) in init()
237 UCollationPCE::~UCollationPCE() in ~UCollationPCE()
439 elems->pce = new UCollationPCE(elems); in ucol_nextProcessed()
536 elems->pce = new UCollationPCE(elems); in ucol_previousProcessed()
Ducol_imp.h359 struct UCollationPCE;
360 typedef struct UCollationPCE UCollationPCE; typedef
382 icu::UCollationPCE *pce;