Searched refs:mbcsIndexLength (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnv_bld.cpp1396 int32_t maxFastUChar, mbcsIndexLength; local
1544 mbcsIndexLength=0;
1549 mbcsIndexLength=((maxFastUChar+1)>>6)*2; /* number of bytes */
1553 size=(int32_t)(mbcsHeader.offsetFromUBytes+mbcsIndexLength);
1668 if(mbcsIndexLength!=0) {
1670 count=mbcsIndexLength;

Completed in 49 milliseconds