Home | History | Annotate | Download | only in i18n

Lines Matching refs:mappingSize

1458     /*int32_t mappingSize = ucmpe32_flattenMem(mapping, ms);*/
1459 /*const uint8_t *flattened = uprv_mstrm_getBuffer(ms, &mappingSize);*/
1462 int32_t mappingSize = utrie_serialize(mapping, NULL, 0, getFoldedValue /*getFoldedValue*/, FALSE, status);
1471 paddedsize(mappingSize)+
1540 /*uprv_memcpy(dataStart+tableOffset, flattened, mappingSize);*/
1557 tableOffset += paddedsize(mappingSize);