Searched defs:UCollationPCE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducoleitr.cpp203 struct UCollationPCE : public UObject struct in inherits:UObject
211 UCollationPCE(UCollationElements *elems);
212 ~UCollationPCE();
220 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UCollationPCE)
222 UCollationPCE::UCollationPCE(UCollationElements *elems) function in class:UCollationPCE
227 void UCollationPCE::init(const UCollator *coll)
237 UCollationPCE::~UCollationPCE()
439 elems->pce = new UCollationPCE(elem
[all...]
H A Ducol_imp.h359 struct UCollationPCE;
360 typedef struct UCollationPCE UCollationPCE; typedef in typeref:struct:UCollationPCE
382 icu::UCollationPCE *pce;
/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp178 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } function in class:UCollationPCE
180 UCollationPCE::UCollationPCE(CollationElementIterator *iter) { init(iter); } function in class:UCollationPCE
182 void UCollationPCE::init(UCollationElements *elems) {
186 void UCollationPCE::init(CollationElementIterator *iter)
192 void UCollationPCE::init(const Collator &coll)
202 UCollationPCE::~UCollationPCE()
207 uint64_t UCollationPCE
[all...]
H A Dusrchimp.h77 class UCollationPCE : public UMemory { class in inherits:UMemory
87 UCollationPCE(UCollationElements *elems);
88 UCollationPCE(CollationElementIterator *iter);
89 ~UCollationPCE();
174 icu::UCollationPCE *textProcessedIter;

Completed in 338 milliseconds