Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Dushape.cpp1208 UChar wLamalef; in shapeUnicode() local
1267 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */ in shapeUnicode()
1268 if ( wLamalef != 0) { in shapeUnicode()
1270 … dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ in shapeUnicode()
1274 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dushape.cpp1208 UChar wLamalef; in shapeUnicode() local
1267 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */ in shapeUnicode()
1268 if ( wLamalef != 0) { in shapeUnicode()
1270 … dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ in shapeUnicode()
1274 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
/third_party/skia/third_party/externals/icu/source/common/
Dushape.cpp1208 UChar wLamalef; in shapeUnicode() local
1267 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */ in shapeUnicode()
1268 if ( wLamalef != 0) { in shapeUnicode()
1270 … dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ in shapeUnicode()
1274 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
/third_party/icu/icu4c/source/common/
Dushape.cpp1208 UChar wLamalef; in shapeUnicode() local
1267 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */ in shapeUnicode()
1268 if ( wLamalef != 0) { in shapeUnicode()
1270 … dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ in shapeUnicode()
1274 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/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()