Home
last modified time | relevance | path

Searched refs:nL2R (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp315 int nR2L = 0, nL2R = 0; in NormalizeString() local
326 nL2R++; in NormalizeString()
340 nL2R++; in NormalizeString()
344 if(nR2L > 0 && nR2L >= nL2R) { in NormalizeString()
Dfpdf_text_int.cpp1233 int nR2L = 0, nL2R = 0; in CloseTempLine() local
1258 nL2R++; in CloseTempLine()
1272 nL2R++; in CloseTempLine()
1276 if(nR2L > 0 && nR2L >= nL2R) { in CloseTempLine()
1856 FX_INT32 nL2R = 0; in IsRightToLeft() local
1878 nL2R++; in IsRightToLeft()
1888 nL2R++; in IsRightToLeft()
1893 return (nR2L > 0 && nR2L >= nL2R); in IsRightToLeft()