Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp321 int nR2L = 0, nL2R = 0; in NormalizeString() local
332 nL2R++; in NormalizeString()
346 nL2R++; in NormalizeString()
350 if (nR2L > 0 && nR2L >= nL2R) { in NormalizeString()
Dfpdf_text_int.cpp1067 int nR2L = 0, nL2R = 0; in CloseTempLine() local
1092 nL2R++; in CloseTempLine()
1106 nL2R++; in CloseTempLine()
1110 if (nR2L > 0 && nR2L >= nL2R) { in CloseTempLine()
1452 int32_t nL2R = 0; in IsRightToLeft() local
1473 nL2R++; in IsRightToLeft()
1482 nL2R++; in IsRightToLeft()
1485 return (nR2L > 0 && nR2L >= nL2R); in IsRightToLeft()