Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_bld.cpp1364 int32_t maxFastUChar, mbcsIndexLength; in ucnv_swap() local
1512 mbcsIndexLength=0; in ucnv_swap()
1517 mbcsIndexLength=((maxFastUChar+1)>>6)*2; /* number of bytes */ in ucnv_swap()
1521 size=(int32_t)(mbcsHeader.offsetFromUBytes+mbcsIndexLength); in ucnv_swap()
1636 if(mbcsIndexLength!=0) { in ucnv_swap()
1638 count=mbcsIndexLength; in ucnv_swap()
/external/chromium_org/third_party/icu/source/common/
Ducnv_bld.cpp1373 int32_t maxFastUChar, mbcsIndexLength; in ucnv_swap() local
1521 mbcsIndexLength=0; in ucnv_swap()
1526 mbcsIndexLength=((maxFastUChar+1)>>6)*2; /* number of bytes */ in ucnv_swap()
1530 size=(int32_t)(mbcsHeader.offsetFromUBytes+mbcsIndexLength); in ucnv_swap()
1645 if(mbcsIndexLength!=0) { in ucnv_swap()
1647 count=mbcsIndexLength; in ucnv_swap()