Lines Matching refs:table
37 string_table *table = project->mDisplays[display].stable; in ExportLanguage() local
65 for (index = 0; index < table->CountStrings(); index++) in ExportLanguage()
67 src_data = table->GetString(index, src_language); in ExportLanguage()
70 tag_data.Format(_T("id=\"%d\" name=\"%s\""), index, table->GetStringId(index)); in ExportLanguage()
72 if (!(table->GetNotes(index).IsEmpty())) in ExportLanguage()
76 writer->WriteString("note", table->GetNotes(index)); in ExportLanguage()
83 writer->WriteString("target", table->GetString(index, target_language)); in ExportLanguage()
107 for (index = 0; index < table->CountStrings(); index++) in ExportLanguage()
109 src_data = table->GetString(index, src_language); in ExportLanguage()
112 tag_data.Format(_T("id=\"%s\""), table->GetStringId(index)); in ExportLanguage()
117 writer->WriteString("target", table->GetString(index, target_language)); in ExportLanguage()
120 if (!(table->GetNotes(index).IsEmpty())) in ExportLanguage()
123 writer->WriteString("note", table->GetNotes(index)); in ExportLanguage()
159 string_table *table = project->mDisplays[display].stable; in ImportXliffFile() local
219 …table->ImportString(string_id, src_string, target_string, notes, src_table_column, target_table_co… in ImportXliffFile()
260 …table->ImportString(string_id, src_string, target_string, notes, src_table_column, target_table_co… in ImportXliffFile()
270 table->Sort(); in ImportXliffFile()
271 table->UpdateGuixLanguageTable(); in ImportXliffFile()