Lines Matching full:range
396 * LamAlef location in the 0x06xx Range, this is an
462 *Function : Returns 1 for Tashkeel characters in 06 range else return 0
471 *Function : Returns 1 for Tashkeel characters in FE range else return 0
513 * in the FE range otherwise returns 0
527 * 06 range otherwise returns 0
567 * Tashkeel on tatweel (FE range), it returns 1 else if the
568 * Tashkeel with shadda on tatweel (FC range)return 2 otherwise
586 * (i.e. Unicode FE range) returns 1 else if the Tashkeel
587 * with shadda is in the isolated form (i.e. Unicode FC range)
1182 *Function : Converts an Arabic Unicode buffer in 06xx Range into a shaped
1183 * arabic Unicode buffer in FExx Range
1201 * Converts the input buffer from FExx Range into 06xx Range
1202 * to make sure that all characters are in the 06xx range
1204 * the 06xx range
1350 *Function : Converts an Arabic Unicode buffer in FExx Range into unshaped
1351 * arabic Unicode buffer in 06xx Range
1366 *This for loop changes the buffer from the Unicode FE range to
1367 *the Unicode 06 range
1372 if ( (inputChar >= 0xFB50) && (inputChar <= 0xFBFF)) { /* FBxx Arabic range */
1383 } else if (( inputChar >= 0xFE70) && (inputChar <= 0xFEF4 )) { /* FExx Arabic range */