Searched refs:GetNextCharacterSet (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/textencoding/
H A DCharacterSetRoster.h35 status_t GetNextCharacterSet(BCharacterSet * charset);
/haiku/src/kits/textencoding/
H A DCharacterSetRoster.cpp20 BCharacterSetRoster::GetNextCharacterSet(BCharacterSet * charset) function in class:BPrivate::BCharacterSetRoster
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp109 while (roster.GetNextCharacterSet(&charset) == B_NO_ERROR) {
H A DStyledEditWindow.cpp914 while (roster.GetNextCharacterSet(&charset) == B_NO_ERROR) {
2032 while (roster.GetNextCharacterSet(&charset) == B_OK) {
/haiku/src/apps/mail/
H A DPrefs.cpp835 while (roster.GetNextCharacterSet(&charset) == B_NO_ERROR) {
H A DMailWindow.cpp490 while (roster.GetNextCharacterSet(&charSet) == B_OK) {
/haiku/src/apps/terminal/
H A DTermWindow.cpp450 while (roster.GetNextCharacterSet(&charset) == B_OK) {

Completed in 102 milliseconds