Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java528 private static final char LAM_CHAR = '\u0644'; field in ArabicShaping
1122 … 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()
/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
655 …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()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...