Home
last modified time | relevance | path

Searched refs:postErrorMessage (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/samples/layout/
DUnicodeReader.cpp42 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile()
76 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile()
87 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile()
95 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile()
110 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile()
DFontMap.cpp47 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in FontMap()
78 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in FontMap()
103 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in FontMap()
211 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in getScriptFont()
221 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in getScriptFont()
DGDIGUISupport.cpp18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage() function in GDIGUISupport
DGUISupport.h23 virtual void postErrorMessage(const char *message, const char *title) = 0;
DGnomeGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
DGDIGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
DGnomeGUISupport.cpp22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage() function in GnomeGUISupport