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()174 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar_Control() local178 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()[all …]
249 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar() local254 dwRet2 = CFX_BreakType::Paragraph; in AppendChar()255 EndBreak(dwRet2); in AppendChar()262 dwRet2 = AppendChar_Control(pCurChar); in AppendChar()273 dwRet2 = AppendChar_Arabic(pCurChar); in AppendChar()280 dwRet2 = AppendChar_Others(pCurChar); in AppendChar()284 return std::max(dwRet1, dwRet2); in AppendChar()