• Home
  • Raw
  • Download

Lines Matching refs:secTer

284     uint32_t secTer = (uint32_t)ce;  in addRootElement()  local
286 if(secTer < Collation::COMMON_SEC_AND_TER_CE) { in addRootElement()
291 if(secTer == Collation::COMMON_SEC_AND_TER_CE) { in addRootElement()
295 if(secTer != Collation::COMMON_SEC_AND_TER_CE) { // minor optimization in addRootElement()
297 uint32_t s = secTer >> 16; in addRootElement()
298 uint32_t t = secTer & Collation::ONLY_TERTIARY_MASK; in addRootElement()
389 uint32_t secTer = (uint32_t)ce & Collation::ONLY_SEC_TER_MASK; in buildRootElementsTable() local
390 … if((p != prevPrimary || secTer > Collation::COMMON_SEC_AND_TER_CE) && needCommonSecTerUnit) { in buildRootElementsTable()
405 U_ASSERT(p > lastHanPrimary || secTer > Collation::COMMON_SEC_AND_TER_CE); in buildRootElementsTable()
449 secTer == Collation::COMMON_SEC_AND_TER_CE && in buildRootElementsTable()
456 secTer = (uint32_t)ce & Collation::ONLY_SEC_TER_MASK; in buildRootElementsTable()
466 if(secTer == Collation::COMMON_SEC_AND_TER_CE && !needCommonSecTerUnit) { in buildRootElementsTable()
469 if(secTer < Collation::COMMON_SEC_AND_TER_CE) { in buildRootElementsTable()
472 } else if(secTer == Collation::COMMON_SEC_AND_TER_CE) { in buildRootElementsTable()
477 … table.addElement((int32_t)secTer | CollationRootElements::SEC_TER_DELTA_FLAG, errorCode); in buildRootElementsTable()
528 uint32_t secTer = (uint32_t)ce & Collation::ONLY_SEC_TER_MASK; in writeRootElementsRange() local
542 if(secTer != Collation::COMMON_SEC_AND_TER_CE || i >= rootElements.size()) { break; } in writeRootElementsRange()