Home
last modified time | relevance | path

Searched refs:nextPrimary (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicode/c/genuca/
Dcollationbasedatabuilder.cpp519 uint32_t nextPrimary; // = p + step in writeRootElementsRange() local
521 nextPrimary = Collation::incTwoBytePrimaryByOffset(p, isCompressible, step); in writeRootElementsRange()
523 nextPrimary = Collation::incThreeBytePrimaryByOffset(p, isCompressible, step); in writeRootElementsRange()
530 if(p != nextPrimary || in writeRootElementsRange()