Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 10 of 10) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DNumberParseException.java43 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/
Duspoof_build.cpp50 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()
Duspoof_conf.h126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
Duspoof_conf.cpp192 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/
Dcheckcharacternormalization02.js110 var errorType;
141 errorType = error.type;
143 assertEquals("errorType","check-character-normalization-failure",errorType);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java67 …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/
DdebugXML.h140 xmlShellPrintXPathError (int errorType,
/external/icu4c/test/intltest/
Drbbitst.cpp4566 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/
DMediaPlayerPrivatePhonon.cpp384 if (!m_mediaObject || m_mediaObject->errorType() == Phonon::FatalError) { in updateStates()
/external/libxml2/
DdebugXML.c1823 xmlShellPrintXPathError(int errorType, const char *arg) in xmlShellPrintXPathError() argument
1830 switch (errorType) { in xmlShellPrintXPathError()