Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducol_swp.cpp165 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3()
193 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3()
199 count=header.mappingPosition-header.expansion; in swapFormatVersion3()
217 if(header.mappingPosition!=0) { in swapFormatVersion3()
218 count=header.endExpansionCE-header.mappingPosition; in swapFormatVersion3()
219 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count, in swapFormatVersion3()
220 outBytes+header.mappingPosition, pErrorCode); in swapFormatVersion3()
Ducol_data.h44 uint32_t mappingPosition; /* const uint8_t *mappingPosition; */ member