Home
last modified time | relevance | path

Searched refs:GetNotes (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dxliff_read_write.cpp72 if (!(table->GetNotes(index).IsEmpty())) in ExportLanguage()
76 writer->WriteString("note", table->GetNotes(index)); in ExportLanguage()
120 if (!(table->GetNotes(index).IsEmpty())) in ExportLanguage()
123 writer->WriteString("note", table->GetNotes(index)); in ExportLanguage()
Dstring_table.h88 CString &GetNotes(int string_index);
Dstring_table.cpp575 CString &string_table::GetNotes(int string_index) in GetNotes() function in string_table