Searched refs:HAMZAFE_CHAR (Results 1 – 3 of 3) sorted by relevance
520 private static final char HAMZAFE_CHAR = '\ufe80'; field in ArabicShaping1447 dest[i-1] = HAMZAFE_CHAR; in expandCompositCharAtNear()1598 if( (yehHamzaComposeEnabled == 1) && ((ch == HAMZA06_CHAR) || (ch == HAMZAFE_CHAR)) in deshapeNormalize()
565 private static final char HAMZAFE_CHAR = '\ufe80'; field in ArabicShaping1495 dest[i-1] = HAMZAFE_CHAR; in expandCompositCharAtNear()1646 if( (yehHamzaComposeEnabled == 1) && ((ch == HAMZA06_CHAR) || (ch == HAMZAFE_CHAR)) in deshapeNormalize()
62 #define HAMZAFE_CHAR 0xfe80 macro1050 dest[i-1] = HAMZAFE_CHAR; in expandCompositCharAtNear()1392 …e if( (yehHamzaComposeEnabled == 1) && ((inputChar == HAMZA06_CHAR) || (inputChar == HAMZAFE_CHAR)) in deShapeUnicode()