HomeSort by relevance Sort by last modified time
    Searched refs:prevPrimary (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/
collationbasedatabuilder.cpp 342 uint32_t prevPrimary = 0; // Start with primary ignorable CEs.
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 to p
    [all...]
collationbasedatabuilder.h 79 uint32_t prevPrimary, uint32_t p, int32_t i,
collationfastlatinbuilder.cpp 458 uint32_t prevPrimary = 0;
468 if(p != prevPrimary) {
509 prevPrimary = p;
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 219 uint32_t prevPrimary = 0;
242 if(!(primary > prevPrimary)) {
244 (long)c, (long)primary, (long)prev, (long)prevPrimary);
247 prevPrimary = primary;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 196 milliseconds