Home | History | Annotate | Download | only in i18n

Lines Matching refs:ContractionStart

2760                     const UChar *ContractionStart = UCharOffset = (UChar *)coll->image+getContractOffset(CE);
2783 (ContractionStart - coll->contractionIndex));
2819 const UChar *ContractionStart = UCharOffset = (UChar *)coll->image+getContractOffset(CE);
2894 (ContractionStart - coll->contractionIndex));
2913 (ContractionStart - coll->contractionIndex));
2915 CE = getDiscontiguous(coll, source, ContractionStart);
2942 uint32_t tempCE = *(coll->contractionCEs + (ContractionStart - coll->contractionIndex));
3417 const UChar *ContractionStart = UCharOffset = (UChar *)coll->image+getContractOffset(CE);
3477 (ContractionStart - coll->contractionIndex));
7309 const UChar *ContractionStart = NULL;
7320 ContractionStart = (UChar *)coll->image+getContractOffset(CE);
7321 CE = *(coll->contractionCEs + (ContractionStart- coll->contractionIndex));