OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagFromCE32
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/i18n/
collation.h
336
static inline int32_t
tagFromCE32
(uint32_t ce32) {
341
return isSpecialCE32(ce32) &&
tagFromCE32
(ce32) == tag;
350
tagFromCE32
(ce32) == LONG_PRIMARY_TAG ||
351
tagFromCE32
(ce32) == LONG_SECONDARY_TAG;
359
tagFromCE32
(ce32) == LONG_PRIMARY_TAG ||
360
tagFromCE32
(ce32) == LONG_SECONDARY_TAG ||
361
tagFromCE32
(ce32) == LATIN_EXPANSION_TAG;
374
(
tagFromCE32
(ce32) == PREFIX_TAG ||
375
tagFromCE32
(ce32) == CONTRACTION_TAG);
collationsets.cpp
124
tag = Collation::
tagFromCE32
(ce32);
137
baseTag = Collation::
tagFromCE32
(baseCE32);
435
switch(Collation::
tagFromCE32
(ce32)) {
collationdata.cpp
30
int32_t tag = Collation::
tagFromCE32
(ce32);
collationdatabuilder.cpp
430
switch(Collation::
tagFromCE32
(ce32)) {
770
switch(Collation::
tagFromCE32
(ce32)) {
[
all
...]
collationfastlatinbuilder.cpp
270
switch(Collation::
tagFromCE32
(ce32)) {
collationiterator.cpp
252
switch(Collation::
tagFromCE32
(ce32)) {
[
all
...]
Completed in 129 milliseconds