Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dushape.cpp1210 UChar wLamalef; in shapeUnicode() local
1269 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */ in shapeUnicode()
1270 if ( wLamalef != 0) { in shapeUnicode()
1272 … dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ in shapeUnicode()
1276 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1667 char wLamalef = changeLamAlef(dest[i]); // get from 0x065C-0x065f in shapeUnicode() local
1668 if (wLamalef != '\u0000') { in shapeUnicode()
1671 dest[lastPos] = wLamalef; in shapeUnicode()
1676 currLink = getLink(wLamalef); // requires '\u0000', unfortunately in shapeUnicode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1715 char wLamalef = changeLamAlef(dest[i]); // get from 0x065C-0x065f in shapeUnicode() local
1716 if (wLamalef != '\u0000') { in shapeUnicode()
1719 dest[lastPos] = wLamalef; in shapeUnicode()
1724 currLink = getLink(wLamalef); // requires '\u0000', unfortunately in shapeUnicode()