Searched defs:currLink (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Dushape.cpp1209 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; local
1244 currLink = getLink(dest[i]);
1250 /* If high byte of currLink > 0 then more than one shape */
1251 if ((currLink & 0xFF00) > 0 || (getLink(dest[i]) & IRRELEVANT) != 0) {
1267 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) {
1276 currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */
1301 [currLink & (LINKR + LINKL)];
1303 if ((currLink & (LINKR+LINKL)) == 1) {
1330 }else if ((currLink & APRESENT) > 0) {
1331 dest[i] = (UChar)(0xFB50 + (currLink >>
1513 UChar prevLink, currLink = 0; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 56 milliseconds