OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEndOfPrimaryRange
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationrootelements.h
208
static inline UBool
isEndOfPrimaryRange
(uint32_t q) {
collationrootelements.cpp
105
U_ASSERT(
isEndOfPrimaryRange
(nextElement));
172
U_ASSERT(p == (elements[index] & 0xffffff00) ||
isEndOfPrimaryRange
(elements[index + 1]));
253
U_ASSERT(
isEndOfPrimaryRange
(elements[index + 1]) || p == (elements[index] & 0xffffff00));
Completed in 971 milliseconds