Searched refs:lastBase (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
H A Dubidi.c678 bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=bd->isoRuns[0].contextDir=GET_PARALEVEL(pBiDi, 0)&1;
697 bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=bd->isoRuns[0].contextDir=level&1;
713 pLastIsoRun->lastStrong=pLastIsoRun->lastBase=pLastIsoRun->contextDir=contextLevel&1;
722 pLastIsoRun->lastBase=ON;
728 pLastIsoRun->lastStrong=pLastIsoRun->lastBase=pLastIsoRun->contextDir=level&1;
738 pLastIsoRun->lastBase=ON;
894 pLastIsoRun->lastBase=ON;
941 pLastIsoRun->lastBase=newProp;
948 pLastIsoRun->lastBase=dirProp;
954 pLastIsoRun->lastBase
[all...]
H A Dubidiimp.h167 DirProp lastBase; /* bidi class of last base char found in this run */ member in struct:IsoRun
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c2798 FT_ULong lastBase = 0; local
2813 if ( base < lastBase )
2816 lastBase = base + cnt + 1U;
/external/freetype/src/sfnt/
H A Dttcmap.c2823 FT_ULong lastBase = 0; local
2838 if ( base < lastBase )
2841 lastBase = base + cnt + 1U;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c2798 FT_ULong lastBase = 0; local
2813 if ( base < lastBase )
2816 lastBase = base + cnt + 1U;

Completed in 154 milliseconds