Searched refs:m_CurrentStyleLocalePair (Results 1 – 2 of 2) sorted by relevance
44 CAutoStyleTag():m_CurrentStyleLocalePair( EMPTY_STYLELOCALE_PAIR ){}; in CAutoStyleTag()57 inline StyleLocalePair_t getStyleLocalePair() const{ return m_CurrentStyleLocalePair; }; in getStyleLocalePair()60 return (( m_CurrentStyleLocalePair.first != EMPTY_STRING )&& in isFull()61 ( m_CurrentStyleLocalePair.second != EMPTY_LOCALE)); in isFull()65 StyleLocalePair_t m_CurrentStyleLocalePair; member in CAutoStyleTag
31 m_CurrentStyleLocalePair( EMPTY_STYLELOCALE_PAIR ) in CAutoStyleTag()50 if ( EMPTY_STYLELOCALE_PAIR == m_CurrentStyleLocalePair ) in addAttributes()83 m_CurrentStyleLocalePair.first = Style; in setStyle()88 m_CurrentStyleLocalePair.second = Locale; in setLocale()93 m_CurrentStyleLocalePair = EMPTY_STYLELOCALE_PAIR; in clearStyleLocalePair()
Completed in 14 milliseconds