Lines Matching refs:dwRet2
91 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar() local
97 dwRet2 = AppendChar_Control(pCurChar); in AppendChar()
108 dwRet2 = AppendChar_Arabic(pCurChar); in AppendChar()
115 dwRet2 = AppendChar_Others(pCurChar); in AppendChar()
120 return std::max(dwRet1, dwRet2); in AppendChar()
174 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar_Control() local
178 dwRet2 = CFX_BreakType::Line; in AppendChar_Control()
181 dwRet2 = CFX_BreakType::Page; in AppendChar_Control()
184 dwRet2 = CFX_BreakType::Paragraph; in AppendChar_Control()
188 dwRet2 = CFX_BreakType::Paragraph; in AppendChar_Control()
191 if (dwRet2 != CFX_BreakType::None) in AppendChar_Control()
192 dwRet2 = EndBreak(dwRet2); in AppendChar_Control()
194 return dwRet2; in AppendChar_Control()