Lines Matching refs:m_dictionary
25 m_dictionary.SetSize(0, 10); in string_table()
38 m_dictionary[record] = other.m_dictionary[record]; in string_table()
61 m_dictionary.RemoveAll(); in ~string_table()
178 m_dictionary.SetSize(num_strings, 10); in Initialize()
666 GX_STRING *pStringTable = new GX_STRING[m_dictionary.GetCount()]; in UpdateGuixLanguageTable()
681 for (StringId = 1; StringId < m_dictionary.GetCount(); StringId++) in UpdateGuixLanguageTable()
772 m_dictionary.Add(id_name); in AddToDictionary()
776 m_dictionary.SetAtGrow(res_id, id_name); in AddToDictionary()
783 for (int index = 1; index < m_dictionary.GetCount(); index++) in RemoveFromDictionary()
785 if (m_dictionary.GetAt(index) == id_name) in RemoveFromDictionary()
787 m_dictionary.RemoveAt(index); in RemoveFromDictionary()
882 for (int index = 1; index < m_dictionary.GetCount(); index++) in UpdateDictionaryResourceName()
884 if (m_dictionary.GetAt(index) == old_id_name) in UpdateDictionaryResourceName()
886 m_dictionary.SetAt(index, new_id_name); in UpdateDictionaryResourceName()
897 if (res_id > 0 && res_id < m_dictionary.GetCount()) in GetResourceIdName()
899 id_name = m_dictionary.GetAt(res_id); in GetResourceIdName()
929 for (int index = 1; index < m_dictionary.GetCount(); index++) in GetResourceId()
931 if (m_dictionary.GetAt(index) == id_name) in GetResourceId()