Home
last modified time | relevance | path

Searched refs:contractionIndex (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Ducol_swp.cpp228 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in ucol_swapBinary()
255 if(header.contractionIndex!=0) { in ucol_swapBinary()
257 count=header.contractionIndex-header.expansion; in ucol_swapBinary()
269 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2, in ucol_swapBinary()
270 outBytes+header.contractionIndex, pErrorCode); in ucol_swapBinary()
/external/icu4c/i18n/
Ducol.cpp910 result->contractionIndex = (UChar*)((uint8_t*)result->image+result->image->contractionIndex); in ucol_initCollator()
2497 (tempconstart - coll->contractionIndex)); in getDiscontiguous()
2523 (UCharOffset - coll->contractionIndex)); in getDiscontiguous()
2531 if (*(coll->contractionCEs + (constart - coll->contractionIndex)) in getDiscontiguous()
2554 return *(coll->contractionCEs + (constart - coll->contractionIndex)); in getDiscontiguous()
2769 CE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in ucol_prv_getSpecialCE()
2783 (UCharOffset - coll->contractionIndex)); in ucol_prv_getSpecialCE()
2790 (ContractionStart - coll->contractionIndex)); in ucol_prv_getSpecialCE()
2817 …ontractionCEs + ((UChar *)coll->image+getContractOffset(CE) - coll->contractionIndex)); //UCOL_NOT… in ucol_prv_getSpecialCE()
2830 CE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in ucol_prv_getSpecialCE()
[all …]
Ducol_sit.cpp694 uint32_t newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in addSpecial()
717 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in addSpecial()
737 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in addSpecial()
Ducol_imp.h868 uint32_t contractionIndex; /* UChar *contractionIndex; */ member
996 const UChar *contractionIndex; member
Ducol_elm.cpp1514 myData->contractionIndex = tableOffset; in uprv_uca_assembleTable()
1524 myData->contractionIndex = 0; in uprv_uca_assembleTable()