Searched refs:UCollationPCE (Results 1 – 7 of 7) sorted by relevance
178 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } in UCollationPCE() function in UCollationPCE180 UCollationPCE::UCollationPCE(CollationElementIterator *iter) { init(iter); } in UCollationPCE() function in UCollationPCE182 void UCollationPCE::init(UCollationElements *elems) { in init()186 void UCollationPCE::init(CollationElementIterator *iter) in init()192 void UCollationPCE::init(const Collator &coll) in init()202 UCollationPCE::~UCollationPCE() in ~UCollationPCE()207 uint64_t UCollationPCE::processCE(uint32_t ce) in processCE()319 UCollationPCE::nextProcessed( in nextProcessed()372 UCollationPCE::previousProcessed( in previousProcessed()
77 class UCollationPCE : public UMemory {87 UCollationPCE(UCollationElements *elems);88 UCollationPCE(CollationElementIterator *iter);89 ~UCollationPCE();174 icu::UCollationPCE *textProcessedIter;
391 icu::UCollationPCE iter(coleiter); in initializePatternPCETable()2787 strsrch->textProcessedIter = new icu::UCollationPCE(strsrch->textIter); in initTextProcessedIter()
203 struct UCollationPCE : public UObject struct211 UCollationPCE(UCollationElements *elems); argument212 ~UCollationPCE();220 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UCollationPCE) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument222 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()
361 struct UCollationPCE;362 typedef struct UCollationPCE UCollationPCE; typedef384 U_NAMESPACE_QUALIFIER UCollationPCE *pce;
50 class UCollationPCE; variable307 friend class UCollationPCE; variable
2191 #define UCollationPCE U_ICU_ENTRY_POINT_RENAME(UCollationPCE) macro