Searched refs:isEndOfPrimaryRange (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationrootelements.h208 static inline UBool isEndOfPrimaryRange(uint32_t q) { function in class:CollationRootElements
H A Dcollationrootelements.cpp105 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 74 milliseconds