Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp616 int32_t poolKeyIndex = fKey & 0x7fffffff; in write16() local
617 if (poolKeyIndex <= 0xffff) { in write16()
618 poolKeyIndex += bundle->fLocalKeyLimit; in write16()
619 if (poolKeyIndex <= 0xffff) { in write16()
620 fKey16 = poolKeyIndex; in write16()