OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCollationPCE
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/
ucoleitr.cpp
178
UCollationPCE
::
UCollationPCE
(UCollationElements *elems) { init(elems); }
180
UCollationPCE
::
UCollationPCE
(CollationElementIterator *iter) { init(iter); }
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
::processCE(uint32_t ce
[
all
...]
usrchimp.h
77
class
UCollationPCE
: public UMemory {
87
UCollationPCE
(UCollationElements *elems);
88
UCollationPCE
(CollationElementIterator *iter);
89
~
UCollationPCE
();
174
icu::
UCollationPCE
*textProcessedIter;
/external/chromium_org/third_party/icu/source/i18n/
ucoleitr.cpp
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)
[
all
...]
ucol_imp.h
361
struct
UCollationPCE
;
362
typedef struct
UCollationPCE
UCollationPCE
;
384
U_NAMESPACE_QUALIFIER
UCollationPCE
*pce;
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 220 milliseconds