/external/icu4c/i18n/ |
D | uspoof_build.cpp | 50 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument 59 if (errorType!=NULL) { in uspoof_openFromSource() 60 *errorType = 0; in uspoof_openFromSource() 74 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
|
D | uspoof_conf.cpp | 190 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument 197 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData() 198 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
|
D | uspoof_conf.h | 126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
|
/external/chromium/third_party/icu/source/i18n/ |
D | uspoof_build.cpp | 50 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument 59 if (errorType!=NULL) { in uspoof_openFromSource() 60 *errorType = 0; in uspoof_openFromSource() 74 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
|
D | uspoof_buildconf.cpp | 190 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument 197 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData() 198 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
|
D | uspoof_buildconf.h | 124 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
|
/external/libxml2/include/libxml/ |
D | debugXML.h | 140 xmlShellPrintXPathError (int errorType,
|
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 4599 const char *errorType = NULL; in RunMonkey() local 4601 errorType = "next()"; in RunMonkey() 4603 errorType = "previous()"; in RunMonkey() 4605 errorType = "isBoundary()"; in RunMonkey() 4607 errorType = "following()"; in RunMonkey() 4609 errorType = "preceding()"; in RunMonkey() 4613 if (errorType != NULL) { in RunMonkey() 4688 errorType, seed, i, charErrorTxt); in RunMonkey()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | rbbitst.cpp | 4910 const char *errorType = NULL; in RunMonkey() local 4912 errorType = "next()"; in RunMonkey() 4914 errorType = "previous()"; in RunMonkey() 4916 errorType = "isBoundary()"; in RunMonkey() 4918 errorType = "following()"; in RunMonkey() 4920 errorType = "preceding()"; in RunMonkey() 4924 if (errorType != NULL) { in RunMonkey() 4999 errorType, seed, i, charErrorTxt); in RunMonkey()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.cpp | 334 if (!m_mediaObject || m_mediaObject->errorType() == Phonon::FatalError) { in updateStates()
|
/external/webkit/JavaScriptCore/bytecode/ |
D | CodeBlock.cpp | 1091 int errorType = (++it)->u.operand; in dump() local 1093 …d] new_error\t %s, %d, %s\n", location, registerName(exec, r0).c_str(), errorType, constantName(ex… in dump()
|
/external/libxml2/ |
D | debugXML.c | 1821 xmlShellPrintXPathError(int errorType, const char *arg) in xmlShellPrintXPathError() argument 1828 switch (errorType) { in xmlShellPrintXPathError()
|