Searched refs:dwRet2 (Results 1 – 2 of 2) sorted by relevance
91 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar() local97 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()157 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar_Control() local161 dwRet2 = CFX_BreakType::Line; in AppendChar_Control()164 dwRet2 = CFX_BreakType::Page; in AppendChar_Control()167 dwRet2 = CFX_BreakType::Paragraph; in AppendChar_Control()171 dwRet2 = CFX_BreakType::Paragraph; in AppendChar_Control()[all …]
224 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar() local229 dwRet2 = CFX_BreakType::Paragraph; in AppendChar()236 dwRet2 = AppendChar_Control(pCurChar); in AppendChar()247 dwRet2 = AppendChar_Arabic(pCurChar); in AppendChar()254 dwRet2 = AppendChar_Others(pCurChar); in AppendChar()258 return std::max(dwRet1, dwRet2); in AppendChar()