HomeSort by relevance Sort by last modified time
    Searched defs:tpos (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 402 char *tpos = (char*)internal_strchr(templ, '*'); local
404 if ((!tpos) || (tpos1 && tpos1 < tpos))
405 tpos = tpos1;
406 if (tpos)
407 tpos[0] = 0;
411 templ = tpos;
412 if (tpos)
413 tpos[0] = tpos == tpos1 ? '$' : '*'
    [all...]
  /libcore/ojluni/src/main/java/java/util/jar/
Manifest.java 385 int tpos = pos; local
386 int maxpos = tpos + n;
387 while (tpos < maxpos && tbuf[tpos++] != '\n') ;
388 n = tpos - pos;
392 pos = tpos;
393 if (tbuf[tpos-1] == '\n') {
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 653 CFX_TPOArray tpos; local
658 EndBreak_BidiLine(tpos, dwStatus);
661 EndBreak_Alignment(tpos, bAllChars, dwStatus);
749 void CFX_RTFBreak::EndBreak_BidiLine(CFX_TPOArray& tpos, FX_DWORD dwStatus) {
815 tpos.Add(tpo);
831 tpos.Add(tpo);
834 j = tpos.GetSize() - 1;
835 FX_TEXTLAYOUT_PieceSort(tpos, 0, j);
838 tpo = tpos.GetAt(i);
845 void CFX_RTFBreak::EndBreak_Alignment(CFX_TPOArray& tpos,
    [all...]
fx_textbreak.cpp 713 void CFX_TxtBreak::EndBreak_BidiLine(CFX_TPOArray& tpos, FX_DWORD dwStatus) {
771 tpos.Add(tpo);
787 tpos.Add(tpo);
791 FX_TEXTLAYOUT_PieceSort(tpos, 0, j);
794 tpo = tpos.GetAt(i);
818 tpos.Add(tpo);
821 void CFX_TxtBreak::EndBreak_Alignment(CFX_TPOArray& tpos,
832 tpo = tpos.GetAt(i);
875 tpo = tpos.GetAt(i);
956 CFX_TPOArray tpos; local
    [all...]

Completed in 180 milliseconds