Home | History | Annotate | Download | only in common

Lines Matching full:range

268  * range 0x0900 - 0x09ff. The values have a structure like:
899 uint16_t range = 0;
909 range = (uint16_t)(newDelta/DELTA);
920 targetByteUnit += (uint8_t) lookupInitialData[range].isciiLang;
934 /*check if input is in ASCII and C0 control codes range*/
973 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA);
974 newDelta =(uint16_t)(range*DELTA);
979 converterData->currentMaskFromUnicode = lookupInitialData[range].maskEnum;
1016 temp += (uint16_t)((uint8_t) lookupInitialData[range].isciiLang);
1208 /* check if the sourceChar is supported script range*/
1233 /* check if sourceChar is in 0xA1-0xEE range */