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

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp483 uint32_t mbcsHeaderLength, mbcsHeaderFlags, mbcsHeaderOptions; local
495 mbcsHeaderLength=MBCS_HEADER_V4_LENGTH;
500 mbcsHeaderLength=mbcsHeaderOptions&MBCS_OPT_LENGTH_MASK;
529 const char *inBaseName=(const char *)inBytes+mbcsHeaderLength*4;
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp483 uint32_t mbcsHeaderLength, mbcsHeaderFlags, mbcsHeaderOptions; local
495 mbcsHeaderLength=MBCS_HEADER_V4_LENGTH;
500 mbcsHeaderLength=mbcsHeaderOptions&MBCS_OPT_LENGTH_MASK;
529 const char *inBaseName=(const char *)inBytes+mbcsHeaderLength*4;
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.cpp1368 uint32_t mbcsHeaderLength; local
1461 mbcsHeaderLength=MBCS_HEADER_V4_LENGTH;
1466 mbcsHeaderLength=mbcsHeader.options&MBCS_OPT_LENGTH_MASK;
1564 count=mbcsHeaderLength*4;
/external/icu/icu4c/source/common/
H A Ducnv_bld.cpp1359 uint32_t mbcsHeaderLength; local
1452 mbcsHeaderLength=MBCS_HEADER_V4_LENGTH;
1457 mbcsHeaderLength=mbcsHeader.options&MBCS_OPT_LENGTH_MASK;
1555 count=mbcsHeaderLength*4;

Completed in 137 milliseconds