Searched refs:HAMZAFE_CHAR (Results 1 – 3 of 3) sorted by relevance
563 private static final char HAMZAFE_CHAR = '\ufe80'; field in ArabicShaping1490 dest[i-1] = HAMZAFE_CHAR; in expandCompositCharAtNear()1641 if( (yehHamzaComposeEnabled == 1) && ((ch == HAMZA06_CHAR) || (ch == HAMZAFE_CHAR)) in deshapeNormalize()
518 private static final char HAMZAFE_CHAR = '\ufe80'; field in ArabicShaping1442 dest[i-1] = HAMZAFE_CHAR; in expandCompositCharAtNear()1593 if( (yehHamzaComposeEnabled == 1) && ((ch == HAMZA06_CHAR) || (ch == HAMZAFE_CHAR)) in deshapeNormalize()
60 #define HAMZAFE_CHAR 0xfe80 macro1048 dest[i-1] = HAMZAFE_CHAR; in expandCompositCharAtNear()1390 …e if( (yehHamzaComposeEnabled == 1) && ((inputChar == HAMZA06_CHAR) || (inputChar == HAMZAFE_CHAR)) in deShapeUnicode()