Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Dushape.cpp1207 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1242 currLink = getLink(dest[i]); in shapeUnicode()
1249 if ((currLink & 0xFF00) > 0 || (getLink(dest[i]) & IRRELEVANT) != 0) { in shapeUnicode()
1265 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1274currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
1299 [currLink & (LINKR + LINKL)]; in shapeUnicode()
1301 if ((currLink & (LINKR+LINKL)) == 1) { in shapeUnicode()
1328 }else if ((currLink & APRESENT) > 0) { in shapeUnicode()
1329 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape); in shapeUnicode()
1330 }else if ((currLink >> 8) > 0 && (currLink & IRRELEVANT) == 0) { in shapeUnicode()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dushape.cpp1207 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1242 currLink = getLink(dest[i]); in shapeUnicode()
1249 if ((currLink & 0xFF00) > 0 || (getLink(dest[i]) & IRRELEVANT) != 0) { in shapeUnicode()
1265 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1274currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
1299 [currLink & (LINKR + LINKL)]; in shapeUnicode()
1301 if ((currLink & (LINKR+LINKL)) == 1) { in shapeUnicode()
1328 }else if ((currLink & APRESENT) > 0) { in shapeUnicode()
1329 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape); in shapeUnicode()
1330 }else if ((currLink >> 8) > 0 && (currLink & IRRELEVANT) == 0) { in shapeUnicode()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dushape.cpp1207 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1242 currLink = getLink(dest[i]); in shapeUnicode()
1249 if ((currLink & 0xFF00) > 0 || (getLink(dest[i]) & IRRELEVANT) != 0) { in shapeUnicode()
1265 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1274currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
1299 [currLink & (LINKR + LINKL)]; in shapeUnicode()
1301 if ((currLink & (LINKR+LINKL)) == 1) { in shapeUnicode()
1328 }else if ((currLink & APRESENT) > 0) { in shapeUnicode()
1329 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape); in shapeUnicode()
1330 }else if ((currLink >> 8) > 0 && (currLink & IRRELEVANT) == 0) { in shapeUnicode()
[all …]
/third_party/icu/icu4c/source/common/
Dushape.cpp1207 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
1242 currLink = getLink(dest[i]); in shapeUnicode()
1249 if ((currLink & 0xFF00) > 0 || (getLink(dest[i]) & IRRELEVANT) != 0) { in shapeUnicode()
1265 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
1274currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
1299 [currLink & (LINKR + LINKL)]; in shapeUnicode()
1301 if ((currLink & (LINKR+LINKL)) == 1) { in shapeUnicode()
1328 }else if ((currLink & APRESENT) > 0) { in shapeUnicode()
1329 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape); in shapeUnicode()
1330 }else if ((currLink >> 8) > 0 && (currLink & IRRELEVANT) == 0) { in shapeUnicode()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DArabicShaping.java1637 int currLink = getLink(dest[i]); in shapeUnicode() local
1648 if ((currLink & '\uFF00') != 0 || isTashkeelChar(dest[i])) { in shapeUnicode()
1665 if (((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0)) { in shapeUnicode()
1676 currLink = getLink(wLamalef); // requires '\u0000', unfortunately in shapeUnicode()
1703 [currLink & LINK_MASK]; in shapeUnicode()
1735 dest[i] = (char)('\uFE70' + (currLink >> 8) + shape); in shapeUnicode()
1740 if ((currLink & IRRELEVANT) == 0) { in shapeUnicode()
1742 lastLink = currLink; in shapeUnicode()
1749 currLink = nextLink; in shapeUnicode()
1752 currLink = getLink(dest[i]); in shapeUnicode()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1685 int currLink = getLink(dest[i]); in shapeUnicode() local
1696 if ((currLink & '\uFF00') != 0 || isTashkeelChar(dest[i])) { in shapeUnicode()
1713 if (((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0)) { in shapeUnicode()
1724 currLink = getLink(wLamalef); // requires '\u0000', unfortunately in shapeUnicode()
1751 [currLink & LINK_MASK]; in shapeUnicode()
1783 dest[i] = (char)('\uFE70' + (currLink >> 8) + shape); in shapeUnicode()
1788 if ((currLink & IRRELEVANT) == 0) { in shapeUnicode()
1790 lastLink = currLink; in shapeUnicode()
1797 currLink = nextLink; in shapeUnicode()
1800 currLink = getLink(dest[i]); in shapeUnicode()