Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp315 int nR2L = 0, nL2R = 0; in NormalizeString() local
324 nR2L++; in NormalizeString()
338 nR2L++; in NormalizeString()
344 if(nR2L > 0 && nR2L >= nL2R) { in NormalizeString()
Dfpdf_text_int.cpp1233 int nR2L = 0, nL2R = 0; in CloseTempLine() local
1256 nR2L++; in CloseTempLine()
1270 nR2L++; in CloseTempLine()
1276 if(nR2L > 0 && nR2L >= nL2R) { in CloseTempLine()
1855 FX_INT32 nR2L = 0; in IsRightToLeft() local
1875 nR2L++; in IsRightToLeft()
1885 nR2L++; in IsRightToLeft()
1893 return (nR2L > 0 && nR2L >= nL2R); in IsRightToLeft()