OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIMARY_SENTINEL
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
collationrootelements.h
39
static const uint32_t
PRIMARY_SENTINEL
= 0xffffff00;
203
* Requires first primary<=p<0xffffff00 (
PRIMARY_SENTINEL
).
collationrootelements.cpp
266
U_ASSERT(elements[limit] >=
PRIMARY_SENTINEL
);
collationbasedatabuilder.cpp
420
table.addElement(CollationRootElements::
PRIMARY_SENTINEL
, errorCode);
/external/icu/icu4c/source/test/intltest/
collationtest.cpp
691
if(p == CollationRootElements::
PRIMARY_SENTINEL
) { return FALSE; }
[
all
...]
Completed in 4804 milliseconds