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

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

Completed in 979 milliseconds