Searched refs:prevPrimary (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbasedatabuilder.cpp342 uint32_t prevPrimary = 0; // Start with primary ignorable CEs. local
348 if(p != prevPrimary) {
392 (end = writeRootElementsRange(prevPrimary, p, i + 1, table, errorCode)) != 0) {
404 prevPrimary = p;
425 uint32_t prevPrimary, uint32_t p, int32_t i,
428 U_ASSERT(prevPrimary < p);
430 if((p & prevPrimary & 0xff0000) == 0) { return 0; }
433 if((isCompressible || isCompressiblePrimary(prevPrimary)) &&
434 (p & 0xff000000) != (prevPrimary & 0xff000000)) {
439 // Number of primaries from prevPrimary t
424 writeRootElementsRange( uint32_t prevPrimary, uint32_t p, int32_t i, UVector32 &table, UErrorCode &errorCode) argument
[all...]
H A Dcollationbasedatabuilder.h79 uint32_t prevPrimary, uint32_t p, int32_t i,
H A Dcollationfastlatinbuilder.cpp458 uint32_t prevPrimary = 0; local
468 if(p != prevPrimary) {
509 prevPrimary = p;
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp219 uint32_t prevPrimary = 0; local
242 if(!(primary > prevPrimary)) {
244 (long)c, (long)primary, (long)prev, (long)prevPrimary);
247 prevPrimary = primary;

Completed in 210 milliseconds