Home | History | Annotate | Download | only in common

Lines Matching defs:DELTA

55 #define TELUGU_DELTA        DELTA * TELUGU
79 DELTA=0x80
124 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */
125 uint16_t currentDeltaFromUnicode; /* current delta in Indic block */
126 uint16_t currentDeltaToUnicode; /* current delta in Indic block */
131 UBool resetToDefaultToUnicode; /* boolean for reseting to default delta and mask when a newline is encountered*/
211 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);
918 range = (uint16_t)(newDelta/DELTA);
982 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA);
983 newDelta =(uint16_t)(range*DELTA);
1004 /* now subtract the new delta from sourceChar*/
1122 #define WRITE_TO_TARGET_TO_U(args,source,target,offsets,offset,targetUniChar,delta, err){\
1130 targetUniChar+=(uint16_t)(delta); \
1220 data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA);
1575 for (idx = 0; idx < DELTA; idx++) {
1578 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN);