Home | History | Annotate | Download | only in toolutil

Lines Matching refs:oldOffset

620     int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum;
797 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
798 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];
799 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
806 oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]);
807 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++];
808 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset];