OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currLink
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/text/mac/
ShapeArabic.c
360
UChar prevLink = 0, lastLink = 0,
currLink
, nextLink = 0;
385
currLink
= getLink(dest[i]);
392
/* If high byte of
currLink
> 0 then more than one shape */
393
if ((
currLink
& 0xFF00) > 0 || isTashkeelChar(dest[i])) {
409
if ( ((
currLink
& ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) {
418
currLink
= getLink(wLamalef);
429
[
currLink
& (LINKR + LINKL)];
451
dest[i] = (UChar)((dest[i] < 0x0670 ? 0xFE70 : 0xFB50) + (
currLink
>> 8) + Shape);
455
if ((
currLink
& IRRELEVANT) == 0) {
457
lastLink =
currLink
;
[
all
...]
/external/icu4c/common/
ushape.c
[
all
...]
/frameworks/base/icu4j/java/android/icu/text/
ArabicShaping.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 4155 milliseconds