Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp105 #define TEXT_BLANK_CHAR L' ' macro
1614 if (GenerateCharInfo(TEXT_BLANK_CHAR, generateChar)) { in ProcessTextObject()
1618 m_TempTextBuf.AppendChar(TEXT_BLANK_CHAR); in ProcessTextObject()
1700 if (str.IsEmpty() || str.GetAt(str.GetLength() - 1) == TEXT_BLANK_CHAR) { in ProcessTextObject()
1735 charinfo.m_Unicode = TEXT_BLANK_CHAR; in ProcessTextObject()
1739 m_TempTextBuf.AppendChar(TEXT_BLANK_CHAR); in ProcessTextObject()
1822 if (!str.IsEmpty() && str.GetAt(str.GetLength() - 1) == TEXT_BLANK_CHAR) { in ProcessTextObject()
2364 …if(strInsert == TEXT_LINEFEED_CHAR || strInsert == TEXT_BLANK_CHAR || strInsert == TEXT_RETURN_CHA… in FindNext()
2395 …if(strInsert != TEXT_LINEFEED_CHAR && strInsert != TEXT_BLANK_CHAR && strInsert != TEXT_RETURN_CHA… in FindNext()
2403 …if(strInsert != TEXT_LINEFEED_CHAR && strInsert != TEXT_BLANK_CHAR && strInsert != TEXT_RETURN_CHA… in FindNext()
[all …]