Searched refs:LAM_CHAR (Results 1 – 4 of 4) sorted by relevance
528 private static final char LAM_CHAR = '\u0644'; field in ArabicShaping1122 … if ((source[i] == LAM_CHAR && isAlefChar(source[i+1])) || isTashkeelCharFE(source[i])){ in calculateSize()1128 … if ((source[i] == LAM_CHAR && isAlefChar(source[i-1])) || isTashkeelCharFE(source[i])) { in calculateSize()1375 dest[--w] = LAM_CHAR; in expandCompositCharAtBegin()1406 dest[w++] = LAM_CHAR; in expandCompositCharAtEnd()1436 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 macro655 …if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCha… in calculateSize()661 …if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeel… in calculateSize()928 tempbuffer[j] = LAM_CHAR; in expandCompositCharAtBegin()990 tempbuffer[j] = LAM_CHAR; in expandCompositCharAtEnd()1056 dest[i+1] = LAM_CHAR; in expandCompositCharAtNear()1171 tempbuffer[j+1] = LAM_CHAR; in expandCompositChar()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...