Searched refs:postErrorMessage (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/samples/layout/ |
D | UnicodeReader.cpp | 42 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()
|
D | FontMap.cpp | 47 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()
|
D | GDIGUISupport.cpp | 18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage() function in GDIGUISupport
|
D | GUISupport.h | 23 virtual void postErrorMessage(const char *message, const char *title) = 0;
|
D | GnomeGUISupport.h | 25 virtual void postErrorMessage(const char *message, const char *title);
|
D | GDIGUISupport.h | 25 virtual void postErrorMessage(const char *message, const char *title);
|
D | GnomeGUISupport.cpp | 22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage() function in GnomeGUISupport
|