Home | History | Annotate | Download | only in common

Lines Matching refs:mbcsIndexLength

1364     int32_t maxFastUChar, mbcsIndexLength;
1512 mbcsIndexLength=0;
1517 mbcsIndexLength=((maxFastUChar+1)>>6)*2; /* number of bytes */
1521 size=(int32_t)(mbcsHeader.offsetFromUBytes+mbcsIndexLength);
1636 if(mbcsIndexLength!=0) {
1638 count=mbcsIndexLength;