Searched defs:UNASSIGNED_CE32 (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollation.h113 static const uint32_t UNASSIGNED_CE32 = 0xffffffff; // Compute an unassigned-implicit CE. member in class:Collation
268 * All bits are set (UNASSIGNED_CE32=0xffffffff).
274 return ce32 != FALLBACK_CE32 && ce32 != UNASSIGNED_CE32;

Completed in 158 milliseconds