OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MERGE_SEPARATOR_PRIMARY
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
collationcompare.cpp
50
if(leftPrimary < variableTop && leftPrimary > Collation::
MERGE_SEPARATOR_PRIMARY
) {
67
leftPrimary > Collation::
MERGE_SEPARATOR_PRIMARY
);
75
if(rightPrimary < variableTop && rightPrimary > Collation::
MERGE_SEPARATOR_PRIMARY
) {
92
rightPrimary > Collation::
MERGE_SEPARATOR_PRIMARY
);
collation.h
39
static const uint32_t
MERGE_SEPARATOR_PRIMARY
= 0x02000000; // U+FFFE
collationkeys.cpp
272
if(p < variableTop && p > Collation::
MERGE_SEPARATOR_PRIMARY
) {
300
} while(p < variableTop && p > Collation::
MERGE_SEPARATOR_PRIMARY
);
/external/icu/icu4c/source/test/intltest/
collationtest.cpp
178
((int64_t)Collation::
MERGE_SEPARATOR_PRIMARY
<< 32) |
[
all
...]
Completed in 73 milliseconds