Searched refs:LAM_CHAR (Results 1 – 3 of 3) sorted by relevance
526 private static final char LAM_CHAR = '\u0644'; field in ArabicShaping1116 … if ((source[i] == LAM_CHAR && isAlefChar(source[i+1])) || isTashkeelCharFE(source[i])){ in calculateSize()1122 … if ((source[i] == LAM_CHAR && isAlefChar(source[i-1])) || isTashkeelCharFE(source[i])) { in calculateSize()1369 dest[--w] = LAM_CHAR; in expandCompositCharAtBegin()1400 dest[w++] = LAM_CHAR; in expandCompositCharAtEnd()1430 dest[i] = LAM_CHAR; in expandCompositCharAtNear()
571 private static final char LAM_CHAR = '\u0644'; field in ArabicShaping1164 … if ((source[i] == LAM_CHAR && isAlefChar(source[i+1])) || isTashkeelCharFE(source[i])){ in calculateSize()1170 … if ((source[i] == LAM_CHAR && isAlefChar(source[i-1])) || isTashkeelCharFE(source[i])) { in calculateSize()1417 dest[--w] = LAM_CHAR; in expandCompositCharAtBegin()1448 dest[w++] = LAM_CHAR; in expandCompositCharAtEnd()1478 dest[i] = LAM_CHAR; in expandCompositCharAtNear()
70 #define LAM_CHAR 0x0644 macro657 …if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCha… in calculateSize()663 …if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeel… in calculateSize()930 tempbuffer[j] = LAM_CHAR; in expandCompositCharAtBegin()992 tempbuffer[j] = LAM_CHAR; in expandCompositCharAtEnd()1058 dest[i+1] = LAM_CHAR; in expandCompositCharAtNear()1173 tempbuffer[j+1] = LAM_CHAR; in expandCompositChar()