OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FALLBACK_CE32
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/i18n/
collation.h
107
static const uint32_t
FALLBACK_CE32
= SPECIAL_CE32_LOW_BYTE;
157
* This is the tag value in SPECIAL_CE32_LOW_BYTE and
FALLBACK_CE32
.
274
return ce32 !=
FALLBACK_CE32
&& ce32 != UNASSIGNED_CE32;
collationdatabuilder.cpp
185
if(ce32 == Collation::
FALLBACK_CE32
) {
309
trie = utrie2_open(Collation::
FALLBACK_CE32
, Collation::FFFD_CE32, &errorCode);
317
utrie2_set32(trie, c, Collation::
FALLBACK_CE32
, &errorCode);
425
if(ce32 == Collation::
FALLBACK_CE32
) {
547
if(oldCE32 == Collation::
FALLBACK_CE32
) {
[
all
...]
collationsets.cpp
34
if(ce32 == Collation::
FALLBACK_CE32
) {
56
U_ASSERT(ce32 != Collation::
FALLBACK_CE32
);
59
if(ce32 == Collation::
FALLBACK_CE32
) {
365
if(ce32 == Collation::
FALLBACK_CE32
) {
416
if(ce32 == Collation::
FALLBACK_CE32
) {
collationiterator.cpp
207
return (c < 0) ? Collation::
FALLBACK_CE32
: data->getCE32(c);
293
if(ce32 == Collation::
FALLBACK_CE32
) {
416
(ce32 = d->getCE32FromSupplementary(c)) == Collation::
FALLBACK_CE32
) {
668
if(ce32 == Collation::
FALLBACK_CE32
) {
696
if(ce32 == Collation::
FALLBACK_CE32
) {
712
if(ce32 == Collation::
FALLBACK_CE32
) {
[
all
...]
uitercollationiterator.cpp
46
return Collation::
FALLBACK_CE32
;
112
return Collation::
FALLBACK_CE32
;
120
return Collation::
FALLBACK_CE32
;
utf16collationiterator.cpp
61
return Collation::
FALLBACK_CE32
;
213
return Collation::
FALLBACK_CE32
;
222
return Collation::
FALLBACK_CE32
;
utf8collationiterator.cpp
46
return Collation::
FALLBACK_CE32
;
156
return Collation::
FALLBACK_CE32
;
206
return Collation::
FALLBACK_CE32
;
collationfastlatinbuilder.cpp
232
if(ce32 == Collation::
FALLBACK_CE32
) {
Completed in 287 milliseconds