HomeSort by relevance Sort by last modified time
    Searched refs:nextLink (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/text/mac/
ShapeArabic.c 360 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0;
397 nextLink = 0;
400 nextLink = getLink(dest[Nw]);
401 if((nextLink & IRRELEVANT) == 0) {
427 Shape = shapeTable[nextLink & (LINKR + LINKL)]
436 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) &&
439 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE )
464 currLink = nextLink;
  /frameworks/base/icu4j/java/android/icu/text/
ArabicShaping.java     [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 60 MediaBufferChain* nextLink;
145 mFirstBufferLink = mFirstBufferLink->nextLink;
185 mFirstBufferLink = mFirstBufferLink->nextLink;
203 newLink->nextLink = NULL;
205 mLastBufferLink->nextLink = newLink;
VideoEditorVideoEncoder.cpp 80 MediaBufferChain* nextLink;
162 mFirstBufferLink = mFirstBufferLink->nextLink;
209 mFirstBufferLink = mFirstBufferLink->nextLink;
233 newLink->nextLink = NULL;
235 mLastBufferLink->nextLink = newLink;
    [all...]
  /external/icu4c/common/
ushape.c     [all...]
  /libcore/luni/src/main/java/java/util/
LinkedList.java 984 Link<E> nextLink = new Link<E>((E) stream.readObject(), link, null);
985 link.next = nextLink;
986 link = nextLink;

Completed in 6251 milliseconds