Home
last modified time | relevance | path

Searched refs:LAM_CHAR (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java526 private static final char LAM_CHAR = '\u0644'; field in ArabicShaping
1116 … 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java571 private static final char LAM_CHAR = '\u0644'; field in ArabicShaping
1164 … 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()
/external/icu/icu4c/source/common/
Dushape.cpp70 #define LAM_CHAR 0x0644 macro
657 …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()