Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp609 int32_t poolKeyIndex = fKey & 0x7fffffff; in write16() local
610 if (poolKeyIndex <= 0xffff) { in write16()
611 poolKeyIndex += bundle->fLocalKeyLimit; in write16()
612 if (poolKeyIndex <= 0xffff) { in write16()
613 fKey16 = poolKeyIndex; in write16()