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

/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.cpp176 // Make sure the correct number of translators were loaded
184 // Make sure the correct translators were loaded
246 // TODO: actually check if all the right translators are loaded
264 // TODO: actually check if all the right translators are loaded
332 // BMessage is valid, but does not contain any translators
386 // ensure that they have the same translators and the
387 // same number of translators
452 translator_id* translators = NULL; local
453 proster->GetAllTranslators(&translators, &instcount);
454 CPPUNIT_ASSERT(translators);
613 translator_id* translators = NULL; local
650 translator_id* translators = NULL; local
724 translator_id* translators = NULL; local
922 translator_id *translators = NULL; local
[all...]
/haiku/src/apps/screenshot/
H A DUtility.cpp201 translator_id* translators = NULL; local
205 status_t status = roster->GetAllTranslators(&translators, &numTranslators);
209 ArrayDeleter<translator_id> deleter(translators);
215 if (roster->GetOutputFormats(translators[x], &formats, &numFormats)
219 id = translators[x];
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp88 // Reads the installed translators and adds them to our BListView
94 // Get all Translators on the system. Gives us the number of translators
97 translator_id* translators = NULL; local
98 roster->GetAllTranslators(&translators, &numTranslators);
107 roster->GetTranslatorInfo(translators[i], &name, &info, &version);
108 fTranslatorListView->AddItem(new TranslatorItem(translators[i], name));
116 delete[] translators;
211 "Use this control panel to set default values for translators, "
238 // Add the translators list view
261 // Populate the translators lis
[all...]
/haiku/src/kits/translation/
H A DTranslationUtils.cpp811 translator_id *translators = NULL; local
814 || roster->GetAllTranslators(&translators, &numTranslators) != B_OK)
817 // Cycle through all of the default translators
825 if (roster->GetTranslatorInfo(translators[i], &currentTranName,
830 pMessage = GetDefaultSettings(translators[i], roster);
836 delete[] translators;
857 // fromType, the type of translators to put on
866 // roster, BTranslatorRoster used to find translators
867 // if NULL, the default translators are used

Completed in 169 milliseconds