Home | History | Annotate | Download | only in common

Lines Matching defs:DELTA

53 #define TELUGU_DELTA        DELTA * TELUGU
77 DELTA=0x80
122 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */
123 uint16_t currentDeltaFromUnicode; /* current delta in Indic block */
124 uint16_t currentDeltaToUnicode; /* current delta in Indic block */
129 UBool resetToDefaultToUnicode; /* boolean for reseting to default delta and mask when a newline is encountered*/
208 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);
912 range = (uint16_t)(newDelta/DELTA);
976 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA);
977 newDelta =(uint16_t)(range*DELTA);
998 /* now subtract the new delta from sourceChar*/
1116 #define WRITE_TO_TARGET_TO_U(args,source,target,offsets,offset,targetUniChar,delta, err){\
1124 targetUniChar+=(uint16_t)(delta); \
1213 data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA);
1565 for (idx = 0; idx < DELTA; idx++) {
1568 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN);