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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1175 uint32 m_WordCountCachedValue; member in class:ControlsView
6650 m_WordCountCachedValue = 87654321;
6651 sprintf (TempString, "%d", (int) m_WordCountCachedValue);
7010 if (MyAppPntr->m_WordCount != m_WordCountCachedValue &&
7013 m_WordCountCachedValue = MyAppPntr->m_WordCount;
7014 sprintf (TempString, "%" B_PRIu32, m_WordCountCachedValue);

Completed in 102 milliseconds