Searched refs:postErrorMessage (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | UnicodeReader.cpp | 46 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile() 80 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile() 91 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile() 99 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile() 114 guiSupport->postErrorMessage(errorMessage, "Text File Error"); in readFile()
|
D | FontMap.cpp | 51 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in FontMap() 82 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in FontMap() 107 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in FontMap() 215 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in getScriptFont() 225 fGUISupport->postErrorMessage(errorMessage, "Font Map Error"); in getScriptFont()
|
D | GDIGUISupport.cpp | 24 void GDIGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage() function in GDIGUISupport
|
D | GUISupport.h | 29 virtual void postErrorMessage(const char *message, const char *title) = 0;
|
D | GDIGUISupport.h | 31 virtual void postErrorMessage(const char *message, const char *title);
|
D | GnomeGUISupport.h | 31 virtual void postErrorMessage(const char *message, const char *title);
|
D | GnomeGUISupport.cpp | 28 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage() function in GnomeGUISupport
|