/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | NumberParseException.java | 43 private ErrorType errorType; field in NumberParseException 46 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() argument 49 this.errorType = errorType; in NumberParseException() 56 return errorType; in getErrorType() 61 return "Error type: " + errorType + ". " + message; in toString()
|
/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.h | 126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
|
D | uspoof_conf.cpp | 192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument 199 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData() 200 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | checkcharacternormalization02.js | 110 var errorType; 141 errorType = error.type; 143 assertEquals("errorType","check-character-normalization-failure",errorType);
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTAttributeDef.java | 67 …eDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType) in XSLTAttributeDef() argument 74 this.m_errorType = errorType; in XSLTAttributeDef() 90 …XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, Stri… in XSLTAttributeDef() argument 98 this.m_errorType = errorType; in XSLTAttributeDef() 118 … boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) in XSLTAttributeDef() argument 126 this.m_errorType = errorType; in XSLTAttributeDef() 151 …boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, i… in XSLTAttributeDef() argument 159 this.m_errorType = errorType; in XSLTAttributeDef() 186 … boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, in XSLTAttributeDef() argument 195 this.m_errorType = errorType; in XSLTAttributeDef()
|
/external/libxml2/include/libxml/ |
D | debugXML.h | 140 xmlShellPrintXPathError (int errorType,
|
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 4566 const char *errorType = NULL; in RunMonkey() local 4568 errorType = "next()"; in RunMonkey() 4570 errorType = "previous()"; in RunMonkey() 4572 errorType = "isBoundary()"; in RunMonkey() 4574 errorType = "following()"; in RunMonkey() 4576 errorType = "preceding()"; in RunMonkey() 4580 if (errorType != NULL) { in RunMonkey() 4655 errorType, seed, i, charErrorTxt); in RunMonkey()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.cpp | 384 if (!m_mediaObject || m_mediaObject->errorType() == Phonon::FatalError) { in updateStates()
|
/external/libxml2/ |
D | debugXML.c | 1823 xmlShellPrintXPathError(int errorType, const char *arg) in xmlShellPrintXPathError() argument 1830 switch (errorType) { in xmlShellPrintXPathError()
|