Searched defs:errorFunc (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dtsmthred.cpp139 void SimpleThread::errorFunc() { function in class:SimpleThread
425 SimpleThread::errorFunc();
777 SimpleThread::errorFunc();
809 SimpleThread::errorFunc();
1075 SimpleThread::errorFunc();
1089 SimpleThread::errorFunc();
1173 SimpleThread::errorFunc();
1222 SimpleThread::errorFunc();
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserLibxml2.cpp475 static void errorFunc(void*, const char*, ...) function in namespace:WebCore
1373 XMLDocumentParserScope scope(cachedResourceLoader, errorFunc, 0);
/external/libxml2/
H A Dxmlreader.c148 xmlTextReaderErrorFunc errorFunc; /* callback function */ member in struct:_xmlTextReader
4025 if (!reader->errorFunc) {
4028 reader->errorFunc(reader->errorFuncArg, str,
4048 if (!reader->errorFunc) {
4051 reader->errorFunc(reader->errorFuncArg, str,
4116 if (reader->errorFunc != NULL) {
4200 if (reader->errorFunc != NULL) {
4257 if (reader->errorFunc != NULL) {
4278 if (reader->errorFunc != NULL) {
4351 if (reader->errorFunc !
[all...]

Completed in 121 milliseconds